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
@@ -99,5 +99,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ the-kenny ];
platforms = platforms.linux;
broken = true; # 2018-04-11
};
}