1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

icu: keep default version on 58

... to avoid mass rebuilds for now. (Bumped in parent merge.)
This commit is contained in:
Vladimír Čunát 2017-10-07 17:45:04 +02:00
parent 84952fc292
commit a7159d3cda
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -8648,7 +8648,7 @@ with pkgs;
icu58 = callPackage ../development/libraries/icu/58.nix { };
icu59 = callPackage ../development/libraries/icu/59.nix { };
icu = icu59;
icu = icu58;
id3lib = callPackage ../development/libraries/id3lib { };