haskell-pure-zlib: enable test suite again
https://github.com/NixOS/nixpkgs/issues/37499 has been fixed. Now we just need to jailbreak the package to avoid https://github.com/GaloisInc/pure-zlib/issues/6.
This commit is contained in:
parent
3cdb5aa2f0
commit
d1ba7ed4df
@ -344,7 +344,6 @@ self: super: {
|
|||||||
orgmode-parse = dontCheck super.orgmode-parse;
|
orgmode-parse = dontCheck super.orgmode-parse;
|
||||||
os-release = dontCheck super.os-release;
|
os-release = dontCheck super.os-release;
|
||||||
persistent-redis = dontCheck super.persistent-redis;
|
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-extra = dontCheck super.pipes-extra;
|
||||||
pipes-websockets = dontCheck super.pipes-websockets;
|
pipes-websockets = dontCheck super.pipes-websockets;
|
||||||
postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server
|
postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server
|
||||||
@ -1006,4 +1005,7 @@ self: super: {
|
|||||||
# https://github.com/fpco/inline-c/issues/72
|
# https://github.com/fpco/inline-c/issues/72
|
||||||
inline-c = dontCheck super.inline-c;
|
inline-c = dontCheck super.inline-c;
|
||||||
|
|
||||||
|
# https://github.com/GaloisInc/pure-zlib/issues/6
|
||||||
|
pure-zlib = doJailbreak super.pure-zlib;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user