summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-29 12:32:15 +0200
committerPeter Simons <simons@cryp.to>2018-03-29 20:46:32 +0200
commitc7c3f58fadea9552a3f149b2f90072f89960c84c (patch)
tree732dd3daab75ebeca2ef22ecffdf2991266812e5
parent9391f0912ffc9b01cdd11ae125a56b44574d257e (diff)
downloadnixpkgs-c7c3f58fadea9552a3f149b2f90072f89960c84c.tar
nixpkgs-c7c3f58fadea9552a3f149b2f90072f89960c84c.tar.gz
nixpkgs-c7c3f58fadea9552a3f149b2f90072f89960c84c.tar.bz2
nixpkgs-c7c3f58fadea9552a3f149b2f90072f89960c84c.tar.lz
nixpkgs-c7c3f58fadea9552a3f149b2f90072f89960c84c.tar.xz
nixpkgs-c7c3f58fadea9552a3f149b2f90072f89960c84c.tar.zst
nixpkgs-c7c3f58fadea9552a3f149b2f90072f89960c84c.zip
haskell-resolv: disable test suite to fix the build
-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 71d7f96aa85..e9593a5c837 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1008,4 +1008,7 @@ self: super: {
   # https://github.com/strake/lenz-template.hs/issues/1
   lenz-template = doJailbreak super.lenz-template;
 
+  # https://github.com/haskell-hvr/resolv/issues/1
+  resolv = dontCheck super.resolv;
+
 }