mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
haskellPackages.pointfree: fix build
This commit is contained in:
parent
f78f207f17
commit
713918a094
@ -844,4 +844,10 @@ self: super: {
|
||||
|
||||
# https://github.com/xmonad/xmonad-extras/issues/3
|
||||
xmonad-extras = doJailbreak super.xmonad-extras;
|
||||
|
||||
# https://github.com/bmillwood/pointfree/issues/21
|
||||
pointfree = appendPatch super.pointfree (pkgs.fetchpatch {
|
||||
url = "https://github.com/bmillwood/pointfree/pull/22.patch";
|
||||
sha256 = "04q0b5d78ill2yrpflkphvk2y38qc50si2qff4bllp47wj42aqmp";
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user