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>2017-12-19 22:58:06 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:46 +0100
commit04bd949738f013c80b59ed3a76864135d762dd18 (patch)
tree34c915f78434aa142b95105ceedb5261a6cdb66b /pkgs/development/haskell-modules/configuration-common.nix
parent6f4c7aad380c5440b3d471015de712b79c4bcc2e (diff)
downloadnixlib-04bd949738f013c80b59ed3a76864135d762dd18.tar
nixlib-04bd949738f013c80b59ed3a76864135d762dd18.tar.gz
nixlib-04bd949738f013c80b59ed3a76864135d762dd18.tar.bz2
nixlib-04bd949738f013c80b59ed3a76864135d762dd18.tar.lz
nixlib-04bd949738f013c80b59ed3a76864135d762dd18.tar.xz
nixlib-04bd949738f013c80b59ed3a76864135d762dd18.tar.zst
nixlib-04bd949738f013c80b59ed3a76864135d762dd18.zip
haskell-nix-derivation: jailbreak to fix build with QuickCheck 2.10+
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c459c0d9484a..904cf3abaa4f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -983,6 +983,7 @@ self: super: {
   blaze-html = doJailbreak super.blaze-html;
   attoparsec = dontCheck super.attoparsec;      # 1 out of 67 tests fails
   int-cast = doJailbreak super.int-cast;
+  nix-derivation = doJailbreak super.nix-derivation;
 
   # Needs tasty-quickcheck ==0.8.*, which we don't have.
   cryptohash-sha256 = doJailbreak super.cryptohash-sha256;