Merge pull request #21007 from joachifm/ndiswrapper

ndiswrapper: mark as broken
This commit is contained in:
Joachim F 2016-12-09 11:49:46 +01:00 committed by GitHub
commit 3e6f9a5705

View file

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