Merge #38702: Mark packages as broken (ZHF)

This commit is contained in:
Vladimír Čunát
2018-04-17 13:36:20 +02:00
36 changed files with 50 additions and 3 deletions
+1
View File
@@ -75,5 +75,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
broken = true; # 2018-04-11
};
}