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";
|
description = "Ndis driver wrapper for the Linux kernel";
|
||||||
homepage = http://sourceforge.net/projects/ndiswrapper;
|
homepage = http://sourceforge.net/projects/ndiswrapper;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user