summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-21 18:19:56 +0100
committerGitHub <noreply@github.com>2018-03-21 18:19:56 +0100
commit3c6dcdb74e49d726a23cecb993ed6bd1f77d4acd (patch)
tree92475628a33e4d7f7993099e10fa89baf2a5b37b /pkgs
parent7577356119115d69d91d6fd569a73acbb430a684 (diff)
parent4a3ad82bcd663360b42940655fe2f77a73e033ea (diff)
downloadnixlib-3c6dcdb74e49d726a23cecb993ed6bd1f77d4acd.tar
nixlib-3c6dcdb74e49d726a23cecb993ed6bd1f77d4acd.tar.gz
nixlib-3c6dcdb74e49d726a23cecb993ed6bd1f77d4acd.tar.bz2
nixlib-3c6dcdb74e49d726a23cecb993ed6bd1f77d4acd.tar.lz
nixlib-3c6dcdb74e49d726a23cecb993ed6bd1f77d4acd.tar.xz
nixlib-3c6dcdb74e49d726a23cecb993ed6bd1f77d4acd.tar.zst
nixlib-3c6dcdb74e49d726a23cecb993ed6bd1f77d4acd.zip
Merge pull request #37588 from mpickering/pure-zlib
dontCheck pure-zlib
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 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