icu66: init at 66.1

wip/yesman
Mario Rodas 4 years ago
parent c5bcdbf2c0
commit 172746d796
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
  1. 4
      pkgs/development/libraries/icu/66.nix
  2. 5
      pkgs/top-level/all-packages.nix

@ -0,0 +1,4 @@
import ./base.nix {
version = "66.1";
sha256 = "0bharwzc9nzkbrcf405z2nb3h7q0711z450arz0mjmdrk8hg58sj";
}

@ -12195,6 +12195,11 @@ in
} // (stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
}));
icu66 = callPackage ../development/libraries/icu/66.nix ({
nativeBuildRoot = buildPackages.icu66.override { buildRootOnly = true; };
} // (stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
}));
icu = icu64;

Loading…
Cancel
Save