icu70: init at 70.1
This commit is contained in:
parent
858d551e40
commit
1b2e909bb6
2 changed files with 9 additions and 0 deletions
4
pkgs/development/libraries/icu/70.nix
Normal file
4
pkgs/development/libraries/icu/70.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
import ./base.nix {
|
||||
version = "70.1";
|
||||
sha256 = "1m9zgkaf5lyh65nyc6n0n5bs2f5k53nnj1ih6nskpwbvq4l5884d";
|
||||
}
|
|
@ -16856,6 +16856,11 @@ with pkgs;
|
|||
} // (lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
||||
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
||||
}));
|
||||
icu70 = callPackage ../development/libraries/icu/70.nix ({
|
||||
nativeBuildRoot = buildPackages.icu70.override { buildRootOnly = true; };
|
||||
} // (lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
||||
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
||||
}));
|
||||
|
||||
icu = icu69;
|
||||
|
||||
|
|
Loading…
Reference in a new issue