treewide: mark bad packages

Some old stuff is known not to work.
This commit is contained in:
Matthew Bauer
2019-04-26 21:55:11 -04:00
parent 63831c398a
commit da38a49a24
15 changed files with 18 additions and 5 deletions
@@ -27,5 +27,6 @@ stdenv.mkDerivation {
homepage = http://lld.llvm.org/;
license = stdenv.lib.licenses.ncsa;
platforms = stdenv.lib.platforms.all;
badPlatforms = [ "x86_64-darwin" ];
};
}