mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
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.
This commit is contained in:
parent
469e5e7768
commit
af1202434a
@ -38,5 +38,6 @@ stdenv.mkDerivation {
|
||||
description = "Ndis driver wrapper for the Linux kernel";
|
||||
homepage = http://sourceforge.net/projects/ndiswrapper;
|
||||
license = "GPL";
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user