nixpkgs/pkgs/development/libraries/icu/58.nix

15 lines
393 B
Nix
Raw Normal View History

2018-02-24 14:52:58 +01:00
fetchurl:
2017-10-06 16:28:28 +02:00
let
keywordFix = fetchurl {
url = "http://bugs.icu-project.org/trac/changeset/39484?format=diff";
name = "icu-changeset-39484.diff";
sha256 = "0hxhpgydalyxacaaxlmaddc1sjwh65rsnpmg0j414mnblq74vmm8";
};
in
import ./base.nix {
version = "58.2";
sha256 = "036shcb3f8bm1lynhlsb4kpjm9s9c2vdiir01vg216rs2l8482ib";
patches = [ keywordFix ];
2019-10-26 17:39:27 +02:00
patchFlags = [ "-p4" ];
2018-02-24 14:52:58 +01:00
}