Mark more packages as broken

This commit is contained in:
Eelco Dolstra
2013-11-04 21:07:57 +01:00
parent a5827b18a1
commit a0e21fd1ca
27 changed files with 33 additions and 8 deletions

View File

@@ -108,5 +108,7 @@ stdenv.mkDerivation rec {
# Restrict to GNU systems for now.
platforms = stdenv.lib.platforms.gnu;
broken = true;
};
}