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
+1
View File
@@ -76,5 +76,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ goibhniu ];
badPlatforms = [ "x86_64-darwin" ];
};
}