pointfree: patch is no longer needed

This commit is contained in:
Michael Alan Dorman 2017-03-12 18:12:35 -04:00 committed by Peter Simons
parent 8f45ea6175
commit 6236cd4716

View file

@ -824,12 +824,6 @@ self: super: {
# https://github.com/xmonad/xmonad-extras/issues/3 # https://github.com/xmonad/xmonad-extras/issues/3
xmonad-extras = doJailbreak super.xmonad-extras; 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";
});
# https://github.com/int-e/QuickCheck-safe/issues/2 # https://github.com/int-e/QuickCheck-safe/issues/2
QuickCheck-safe = doJailbreak super.QuickCheck-safe; QuickCheck-safe = doJailbreak super.QuickCheck-safe;