From 3428b8df5766f01aee8538fb3e501cde0fa6c007 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 24 Apr 2015 09:10:36 +0200 Subject: [PATCH] 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 --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d144b3c4d45..07d61a12178 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -776,4 +776,9 @@ self: super: { # Override the obsolete version from Hackage with our more up-to-date copy. 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; + }