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:
Joachim Fasting 2016-12-08 23:09:58 +01:00
parent 469e5e7768
commit af1202434a
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

@ -38,5 +38,6 @@ stdenv.mkDerivation {
description = "Ndis driver wrapper for the Linux kernel";
homepage = http://sourceforge.net/projects/ndiswrapper;
license = "GPL";
broken = true;
};
}