haskell-easytest: apply patches to fix the build with ghc-8.6.x
This commit is contained in:
parent
d4fb2748f1
commit
2e0f10b3d7
@ -101,4 +101,10 @@ self: super: {
|
|||||||
#
|
#
|
||||||
skylighting-core = dontCheck super.skylighting-core;
|
skylighting-core = dontCheck super.skylighting-core;
|
||||||
|
|
||||||
|
# https://github.com/joelburget/easytest/issues/12
|
||||||
|
easytest = appendPatch super.easytest (pkgs.fetchpatch {
|
||||||
|
url = https://github.com/joelburget/easytest/pull/13.patch;
|
||||||
|
sha256 = "0gnsgga8x2yxyg27pya6rhmxfsxf167vsi4xdj98fn8v0j7zz1v1";
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user