hedgewars: disable broken build

(cherry picked from commit 7a1432f0f1210bf4437cf24201de552e35b9b298)
This commit is contained in:
Peter Simons 2019-03-16 12:26:10 +01:00
parent bdd4e11278
commit c333861954

View File

@ -5,7 +5,7 @@
let let
ghc = ghcWithPackages (pkgs: with pkgs; [ ghc = ghcWithPackages (pkgs: with pkgs; [
network vector utf8-string bytestring-show random hslogger network vector utf8-string /* broken: bytestring-show */ random hslogger
SHA entropy pkgs.zlib sandi regex-tdfa SHA entropy pkgs.zlib sandi regex-tdfa
]); ]);
in in
@ -74,5 +74,7 @@ stdenv.mkDerivation rec {
all movement on the battlefield has ceased).''; all movement on the battlefield has ceased).'';
maintainers = with maintainers; [ kragniz fpletz ]; maintainers = with maintainers; [ kragniz fpletz ];
platforms = ghc.meta.platforms; platforms = ghc.meta.platforms;
hydraPlatforms = [];
broken = true; # depends on broken Haskell package bytestring-show
}; };
} }