about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-03 20:34:10 +0200
committerPeter Simons <simons@cryp.to>2015-05-04 15:51:58 +0200
commit63efc2ee3877f9da46455445ef6827d192fcdfe7 (patch)
tree537e65d8f974a5447038db3163a0b9805905641d /pkgs
parent6079bd61b50ac560321c68cb5943f93aac5457ce (diff)
downloadnixlib-63efc2ee3877f9da46455445ef6827d192fcdfe7.tar
nixlib-63efc2ee3877f9da46455445ef6827d192fcdfe7.tar.gz
nixlib-63efc2ee3877f9da46455445ef6827d192fcdfe7.tar.bz2
nixlib-63efc2ee3877f9da46455445ef6827d192fcdfe7.tar.lz
nixlib-63efc2ee3877f9da46455445ef6827d192fcdfe7.tar.xz
nixlib-63efc2ee3877f9da46455445ef6827d192fcdfe7.tar.zst
nixlib-63efc2ee3877f9da46455445ef6827d192fcdfe7.zip
haskell-doctest-prop: disable broken test suite
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f6819a100fef..f65e43c9b51e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -787,4 +787,7 @@ self: super: {
   # https://github.com/ndmitchell/shake/issues/206
   shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin; });
 
+  # https://github.com/nushio3/doctest-prop/issues/1
+  doctest-prop = dontCheck super.doctest-prop;
+
 }