bluespec: mark package as broken because it depends on dropped ghc-8.4.4

Ping @flokli and @thoughtpolice.
This commit is contained in:
Peter Simons 2020-07-21 14:36:51 +02:00
parent f1182ecc91
commit 30464da7b8

View file

@ -94,5 +94,6 @@ in stdenv.mkDerivation rec {
# darwin fails at https://github.com/B-Lang-org/bsc/pull/35#issuecomment-583731562
# aarch64 fails, as GHC fails with "ghc: could not execute: opt"
maintainers = with stdenv.lib.maintainers; [ flokli thoughtpolice ];
broken = true; # ghc-8.4.4 is gone from Nixpkgs
};
}