3
0
Fork 0
forked from mirrors/nixpkgs

haskell-easytest: apply patches to fix the build with ghc-8.6.x

This commit is contained in:
Peter Simons 2018-10-19 10:35:41 +02:00
parent d4fb2748f1
commit 2e0f10b3d7

View file

@ -101,4 +101,10 @@ self: super: {
#
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";
});
}