summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2018-03-21 17:16:20 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2018-03-21 17:16:20 +0000
commit4a3ad82bcd663360b42940655fe2f77a73e033ea (patch)
tree9cd6caad48ec371b00c8e00192fb6d3b8d772825 /pkgs/development/haskell-modules
parentdfee3e63d3b9bec2ea154ca880c82060c241e123 (diff)
downloadnixlib-4a3ad82bcd663360b42940655fe2f77a73e033ea.tar
nixlib-4a3ad82bcd663360b42940655fe2f77a73e033ea.tar.gz
nixlib-4a3ad82bcd663360b42940655fe2f77a73e033ea.tar.bz2
nixlib-4a3ad82bcd663360b42940655fe2f77a73e033ea.tar.lz
nixlib-4a3ad82bcd663360b42940655fe2f77a73e033ea.tar.xz
nixlib-4a3ad82bcd663360b42940655fe2f77a73e033ea.tar.zst
nixlib-4a3ad82bcd663360b42940655fe2f77a73e033ea.zip
dontCheck pure-zlib
Fixes #37499
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 935fec829dc3..48fa8c0e3035 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -344,6 +344,7 @@ self: super: {
   orgmode-parse = dontCheck super.orgmode-parse;
   os-release = dontCheck super.os-release;
   persistent-redis = dontCheck super.persistent-redis;
+  pure-zlib = dontCheck super.pure-zlib; # https://github.com/NixOS/nixpkgs/issues/37499
   pipes-extra = dontCheck super.pipes-extra;
   pipes-websockets = dontCheck super.pipes-websockets;
   postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server