Merge pull request #16080 from mstarzyk/timezone-series
haskellPackages.timezone-series: Add support for time-1.6 - applied p…
This commit is contained in:
commit
dc6f1cf4b3
@ -1040,4 +1040,9 @@ self: super: {
|
||||
substituteInPlace libmpd.cabal --replace "time >=1.5 && <1.6" "time >=1.5"
|
||||
'';
|
||||
}));
|
||||
|
||||
timezone-series = appendPatch super.timezone-series (pkgs.fetchpatch {
|
||||
url = "https://github.com/ryantrinkle/timezone-series/commit/f8dece8c016db6476e2bb0d4f972769a76f6ff40.patch";
|
||||
sha256 = "02sgciica2pzaal7wwp36v6iybr1hjypda0zljxylnq0qs8bizhy";
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user