mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
jailbreak Diff & disable ChasingBottoms test suite to fix build with ghc-8.8.x
This commit is contained in:
parent
65cb34b159
commit
2faa640f24
|
@ -51,6 +51,8 @@ self: super: {
|
|||
test-framework = doJailbreak super.test-framework;
|
||||
hashable = doJailbreak super.hashable;
|
||||
async = doJailbreak super.async;
|
||||
Diff = dontCheck super.Diff;
|
||||
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||
|
||||
# These packages don't work and need patching and/or an update.
|
||||
primitive = overrideSrc (doJailbreak super.primitive) {
|
||||
|
|
Loading…
Reference in a new issue