summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ndiswrapper/default.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-12-08 23:09:58 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-12-08 23:12:32 +0100
commitaf1202434ada715e0b714f6da8b88b15d1406003 (patch)
tree382239c48eb799cbeb9f543dc63323f48eb5ba98 /pkgs/os-specific/linux/ndiswrapper/default.nix
parent469e5e7768cf850ac4c5a8e6df43a52f209c3b79 (diff)
downloadnixpkgs-af1202434ada715e0b714f6da8b88b15d1406003.tar
nixpkgs-af1202434ada715e0b714f6da8b88b15d1406003.tar.gz
nixpkgs-af1202434ada715e0b714f6da8b88b15d1406003.tar.bz2
nixpkgs-af1202434ada715e0b714f6da8b88b15d1406003.tar.lz
nixpkgs-af1202434ada715e0b714f6da8b88b15d1406003.tar.xz
nixpkgs-af1202434ada715e0b714f6da8b88b15d1406003.tar.zst
nixpkgs-af1202434ada715e0b714f6da8b88b15d1406003.zip
ndiswrapper: mark as broken
Build fails across all our kernels.  There is a new version 1.60, but
it, too, fails to build.  Until somebody comes along to patch around it,
we might as well mark this as broken.
Diffstat (limited to 'pkgs/os-specific/linux/ndiswrapper/default.nix')
-rw-r--r--pkgs/os-specific/linux/ndiswrapper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/ndiswrapper/default.nix b/pkgs/os-specific/linux/ndiswrapper/default.nix
index eabc2840881..c22ffb60df8 100644
--- a/pkgs/os-specific/linux/ndiswrapper/default.nix
+++ b/pkgs/os-specific/linux/ndiswrapper/default.nix
@@ -38,5 +38,6 @@ stdenv.mkDerivation {
     description = "Ndis driver wrapper for the Linux kernel";
     homepage = http://sourceforge.net/projects/ndiswrapper;
     license = "GPL";
+    broken = true;
   };
 }