|
|
@ -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; |
|
|
|
|
|
|
|