mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
haskell-dlist: jailbreak to fix the build with ghc-8.8.x
This commit is contained in:
parent
553a1eec6f
commit
579b679507
@ -94,7 +94,7 @@ self: super: {
|
|||||||
buildTools = with pkgs; [autoconf];
|
buildTools = with pkgs; [autoconf];
|
||||||
preConfigure = "autoreconf --install";
|
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";
|
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/dlist-0.8.0.6.patch";
|
||||||
sha256 = "0lkhibfxfk6mi796mrjgmbb50hbyjgc7xdinci64dahj8325jlpc";
|
sha256 = "0lkhibfxfk6mi796mrjgmbb50hbyjgc7xdinci64dahj8325jlpc";
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user