Merge pull request #37588 from mpickering/pure-zlib
dontCheck pure-zlib
This commit is contained in:
commit
3c6dcdb74e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue