commit
31eb2eff1b
4
pkgs/development/libraries/icu/67.nix
Normal file
4
pkgs/development/libraries/icu/67.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import ./base.nix {
|
||||||
|
version = "67.1";
|
||||||
|
sha256 = "1p6mhvxl0xr2n0g6xdps3mwzwlv6mjsz3xlpm793p9aiybb0ra4l";
|
||||||
|
}
|
@ -12206,6 +12206,11 @@ in
|
|||||||
} // (stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
} // (stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
||||||
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
||||||
}));
|
}));
|
||||||
|
icu67 = callPackage ../development/libraries/icu/67.nix ({
|
||||||
|
nativeBuildRoot = buildPackages.icu67.override { buildRootOnly = true; };
|
||||||
|
} // (stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
|
||||||
|
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
|
||||||
|
}));
|
||||||
|
|
||||||
icu = icu64;
|
icu = icu64;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user