haskell-timezone-series: clean up overrides

This commit is contained in:
Peter Simons 2016-09-13 07:41:51 +02:00
parent 2f2243433f
commit 6780ac9d03
2 changed files with 0 additions and 8 deletions

@ -123,7 +123,6 @@ self: super: {
prePatch = "sed -i 's|4\.8|4.9|' diagrams-core.cabal";
});
timezone-series = doJailbreak super.timezone-series;
timezone-olson = doJailbreak super.timezone-olson;
xmonad-extras = overrideCabal super.xmonad-extras (drv: {
postPatch = ''

@ -54,13 +54,6 @@ self: super: {
broken = true; # needs template-haskell >=2.9 && <2.11
}) {};
# https://github.com/ygale/timezone-series/issues/2
timezone-series_0_1_5_1 = appendPatch super.timezone-series_0_1_5_1 (pkgs.fetchpatch {
url = "https://github.com/ryantrinkle/timezone-series/commit/f8dece8c016db6476e2bb0d4f972769a76f6ff40.patch";
sha256 = "01wxhknsnn7lyl9v8viz7m5zhmyi3bqpbva7d3dx1dxn0nmkfh6a";
});
timezone-series = self.timezone-series_0_1_5_1;
# https://github.com/bmillwood/applicative-quoters/issues/6
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/bmillwood/applicative-quoters/pull/7.patch";