summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-18 14:57:00 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit95ae25600e7d614aad8be044124007617c5f0390 (patch)
tree23aadf791d84515c67908051700537176a7d36a7 /pkgs/development/haskell-modules/configuration-nix.nix
parentd210479e65f6773484e755f064708e9ba572039a (diff)
downloadnixlib-95ae25600e7d614aad8be044124007617c5f0390.tar
nixlib-95ae25600e7d614aad8be044124007617c5f0390.tar.gz
nixlib-95ae25600e7d614aad8be044124007617c5f0390.tar.bz2
nixlib-95ae25600e7d614aad8be044124007617c5f0390.tar.lz
nixlib-95ae25600e7d614aad8be044124007617c5f0390.tar.xz
nixlib-95ae25600e7d614aad8be044124007617c5f0390.tar.zst
nixlib-95ae25600e7d614aad8be044124007617c5f0390.zip
ghc-8.6.x: update overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index e1fd8d13285f..590f7f0d9719 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -543,4 +543,8 @@ self: super: builtins.intersectAttrs super {
           --set NIX_CFLAGS_LINK "-L${ocl-icd}/lib"
       '';
     });
+
+  # The test suite has undeclared dependencies on git.
+  githash = dontCheck super.githash;
+
 }