mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
icu68: init at 68.2
This commit is contained in:
parent
b5a137b2a0
commit
947e443e02
4
pkgs/development/libraries/icu/68.nix
Normal file
4
pkgs/development/libraries/icu/68.nix
Normal file
@ -0,0 +1,4 @@
|
||||
import ./base.nix {
|
||||
version = "68.2";
|
||||
sha256 = "09fng7a80xj8d5r1cgbgq8r47dsw5jsr6si9p2cj2ylhwgg974f7";
|
||||
}
|
@ -14336,6 +14336,11 @@ in
|
||||
} // (lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
||||
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
||||
}));
|
||||
icu68 = callPackage ../development/libraries/icu/68.nix ({
|
||||
nativeBuildRoot = buildPackages.icu68.override { buildRootOnly = true; };
|
||||
} // (lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
||||
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
||||
}));
|
||||
|
||||
icu = icu67;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user