haskell-HGamer: these packages don't compile and it's unclear when they'll be fixed

https://github.com/urs-of-the-backwoods/HGamer3D/issues/7
This commit is contained in:
Peter Simons 2015-04-24 09:10:36 +02:00
parent 05a44cd06e
commit 3428b8df57

View File

@ -776,4 +776,9 @@ self: super: {
# Override the obsolete version from Hackage with our more up-to-date copy. # Override the obsolete version from Hackage with our more up-to-date copy.
cabal2nix = pkgs.cabal2nix; cabal2nix = pkgs.cabal2nix;
# https://github.com/urs-of-the-backwoods/HGamer3D/issues/7
HGamer3D-Bullet-Binding = dontDistribute super.HGamer3D-Bullet-Binding;
HGamer3D-Common = dontDistribute super.HGamer3D-Common;
HGamer3D-Data = markBroken super.HGamer3D-Data;
} }