dontCheck pure-zlib

Fixes #37499
This commit is contained in:
Matthew Pickering 2018-03-21 17:16:20 +00:00
parent dfee3e63d3
commit 4a3ad82bcd

View file

@ -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