1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-tasty-expected-failure: jailbreak to fix the build with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-05-09 14:38:24 +00:00
parent 583c94dd62
commit 464db7088a

View file

@ -53,6 +53,7 @@ self: super: {
async = doJailbreak super.async;
Diff = dontCheck super.Diff;
ChasingBottoms = doJailbreak super.ChasingBottoms;
tasty-expected-failure = doJailbreak super.tasty-expected-failure;
# These packages don't work and need patching and/or an update.
primitive = overrideSrc (doJailbreak super.primitive) {