haskellPackages.pointfree: fix build

This commit is contained in:
Nikolay Amiantov 2017-02-18 17:47:36 +03:00
parent f78f207f17
commit 713918a094

View File

@ -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";
});
}