darwin.ICU: 66108 -> 74221
https://github.com/apple-oss-distributions/ICU/compare/ICU-66108...ICU-74221
This commit is contained in:
parent
32f5febdc3
commit
47df058604
@ -21,7 +21,7 @@ let
|
|||||||
baseAttrs = finalAttrs: {
|
baseAttrs = finalAttrs: {
|
||||||
releaseName = "ICU";
|
releaseName = "ICU";
|
||||||
|
|
||||||
sourceRoot = "source/icuSources";
|
sourceRoot = "source/icu/icu4c/source";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Skip MessageFormatTest test, which is known to crash sometimes and should be suppressed if it does.
|
# Skip MessageFormatTest test, which is known to crash sometimes and should be suppressed if it does.
|
||||||
@ -96,6 +96,12 @@ let
|
|||||||
|
|
||||||
substituteInPlace test/intltest/rbbitst.cpp \
|
substituteInPlace test/intltest/rbbitst.cpp \
|
||||||
--replace-fail 'TESTCASE_AUTO(TestExternalBreakEngineWithFakeYue);' ""
|
--replace-fail 'TESTCASE_AUTO(TestExternalBreakEngineWithFakeYue);' ""
|
||||||
|
|
||||||
|
# Otherwise `make install` is broken.
|
||||||
|
substituteInPlace Makefile.in \
|
||||||
|
--replace-fail '$(top_srcdir)/../LICENSE' "$NIX_BUILD_TOP/source/icu/LICENSE"
|
||||||
|
substituteInPlace config/dist-data.sh \
|
||||||
|
--replace-fail "\''${top_srcdir}/../LICENSE" "$NIX_BUILD_TOP/source/icu/LICENSE"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# remove dependency on bootstrap-tools in early stdenv build
|
# remove dependency on bootstrap-tools in early stdenv build
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
"version": "88"
|
"version": "88"
|
||||||
},
|
},
|
||||||
"ICU": {
|
"ICU": {
|
||||||
"hash": "sha256-p3CYITMljHVuwijeYnUbKaIWp/xPC4/hg1G1lO6PlFU=",
|
"hash": "sha256-CvpMLFNCEQ05t3nkzDyA9nsm3cmRgXG/QxbyiLpSpIs=",
|
||||||
"version": "66108"
|
"version": "74221"
|
||||||
},
|
},
|
||||||
"PowerManagement": {
|
"PowerManagement": {
|
||||||
"hash": "sha256-bYGtYnBOcE5W03AZzfVTJXPZ6GgryGAMt/LgLPxFkVk=",
|
"hash": "sha256-bYGtYnBOcE5W03AZzfVTJXPZ6GgryGAMt/LgLPxFkVk=",
|
||||||
|
Loading…
Reference in New Issue
Block a user