haskell-timezone-series: clean up overrides
This commit is contained in:
parent
2f2243433f
commit
6780ac9d03
@ -123,7 +123,6 @@ self: super: {
|
|||||||
prePatch = "sed -i 's|4\.8|4.9|' diagrams-core.cabal";
|
prePatch = "sed -i 's|4\.8|4.9|' diagrams-core.cabal";
|
||||||
});
|
});
|
||||||
|
|
||||||
timezone-series = doJailbreak super.timezone-series;
|
|
||||||
timezone-olson = doJailbreak super.timezone-olson;
|
timezone-olson = doJailbreak super.timezone-olson;
|
||||||
xmonad-extras = overrideCabal super.xmonad-extras (drv: {
|
xmonad-extras = overrideCabal super.xmonad-extras (drv: {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -54,13 +54,6 @@ self: super: {
|
|||||||
broken = true; # needs template-haskell >=2.9 && <2.11
|
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
|
# https://github.com/bmillwood/applicative-quoters/issues/6
|
||||||
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {
|
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/bmillwood/applicative-quoters/pull/7.patch";
|
url = "https://patch-diff.githubusercontent.com/raw/bmillwood/applicative-quoters/pull/7.patch";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user