haskell-dlist: jailbreak to fix the build with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-05-11 09:47:18 +00:00
parent 553a1eec6f
commit 579b679507

View File

@ -94,7 +94,7 @@ self: super: {
buildTools = with pkgs; [autoconf];
preConfigure = "autoreconf --install";
});
dlist = appendPatch super.dlist (pkgs.fetchpatch {
dlist = appendPatch (doJailbreak super.dlist) (pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/dlist-0.8.0.6.patch";
sha256 = "0lkhibfxfk6mi796mrjgmbb50hbyjgc7xdinci64dahj8325jlpc";
});