Skip to content

Commit

Permalink
Merge pull request #60250 from JohnAZoidberg/icu64
Browse files Browse the repository at this point in the history
icu: 59 -> 64
  • Loading branch information
infinisil authored May 27, 2019
2 parents 71bc5e2 + 2fe63c8 commit dd12269
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/icu/64.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import ./base.nix {
version = "64.2";
sha256 = "0v0xsf14xwlj125y9fd8lrhsaych4d8liv8gr746zng6g225szb2";
}
7 changes: 6 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10906,8 +10906,13 @@ in
} // (stdenv.lib.optionalAttrs (stdenv.cc.isGNU && stdenv.hostPlatform.isi686) {
stdenv = overrideCC stdenv gcc6; # with gcc-7: undefined reference to `__divmoddi4'
}));
icu64 = callPackage ../development/libraries/icu/64.nix ({
nativeBuildRoot = buildPackages.icu64.override { buildRootOnly = true; };
} // (stdenv.lib.optionalAttrs (stdenv.cc.isGNU && stdenv.hostPlatform.isi686) {
stdenv = overrideCC stdenv gcc6; # with gcc-7: undefined reference to `__divmoddi4'
}));

icu = icu59;
icu = icu64;

id3lib = callPackage ../development/libraries/id3lib { };

Expand Down

0 comments on commit dd12269

Please sign in to comment.