summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-24 09:10:36 +0200
committerPeter Simons <simons@cryp.to>2015-04-24 09:10:36 +0200
commit3428b8df5766f01aee8538fb3e501cde0fa6c007 (patch)
treedea4f599e2883be4462507dbb83c907456b53077 /pkgs/development/haskell-modules/configuration-common.nix
parent05a44cd06e982cc19f496445d574f9498a6b4d31 (diff)
downloadnixpkgs-3428b8df5766f01aee8538fb3e501cde0fa6c007.tar
nixpkgs-3428b8df5766f01aee8538fb3e501cde0fa6c007.tar.gz
nixpkgs-3428b8df5766f01aee8538fb3e501cde0fa6c007.tar.bz2
nixpkgs-3428b8df5766f01aee8538fb3e501cde0fa6c007.tar.lz
nixpkgs-3428b8df5766f01aee8538fb3e501cde0fa6c007.tar.xz
nixpkgs-3428b8df5766f01aee8538fb3e501cde0fa6c007.tar.zst
nixpkgs-3428b8df5766f01aee8538fb3e501cde0fa6c007.zip
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
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
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;
+
 }