about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-19 23:27:39 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:46 +0100
commit69228083724cb851c3ff54333ad46de156f642c9 (patch)
treed110b819f90f58ac77b6f26afea1203fb7594308 /pkgs
parenta33d746223d678a6b4c6a06df4586d348fe130ce (diff)
downloadnixlib-69228083724cb851c3ff54333ad46de156f642c9.tar
nixlib-69228083724cb851c3ff54333ad46de156f642c9.tar.gz
nixlib-69228083724cb851c3ff54333ad46de156f642c9.tar.bz2
nixlib-69228083724cb851c3ff54333ad46de156f642c9.tar.lz
nixlib-69228083724cb851c3ff54333ad46de156f642c9.tar.xz
nixlib-69228083724cb851c3ff54333ad46de156f642c9.tar.zst
nixlib-69228083724cb851c3ff54333ad46de156f642c9.zip
haskell-path: disable test suite to fix build with recent versions of doctest
Diffstat (limited to 'pkgs')
-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 3ef274c5cc51..dc14b2157c44 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -996,5 +996,6 @@ self: super: {
 
   # doctest >=0.9 && <0.12
   genvalidity-property = doJailbreak super.genvalidity-property;
+  path = dontCheck super.path;
 
 }