mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
haskell-timezone-series: block version 1.6 update
The new version's build is completely broken: https://github.com/ygale/timezone-series/issues/2.
This commit is contained in:
parent
4da51ec637
commit
79ab2f3b32
@ -55,10 +55,11 @@ self: super: {
|
||||
}) {};
|
||||
|
||||
# https://github.com/ygale/timezone-series/issues/2
|
||||
timezone-series = appendPatch super.timezone-series (pkgs.fetchpatch {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user