Merge pull request #93482 from marsam/update-icu

icu: 64 -> 67
This commit is contained in:
Mario Rodas 2020-07-20 18:37:00 -05:00 committed by GitHub
commit d1bedf9d39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -1,9 +1,8 @@
{ callPackage, openssl, icu66, python3, enableNpm ? true }:
{ callPackage, openssl, python3, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {
inherit openssl;
icu = icu66;
python = python3;
};
in

View file

@ -12580,7 +12580,7 @@ in
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
}));
icu = icu64;
icu = icu67;
id3lib = callPackage ../development/libraries/id3lib { };