Merge pull request #276054 from soebbing/patch-1

phpExtensions.intl: icu64 -> icu73
This commit is contained in:
Pol Dellaiera 2024-06-21 19:12:59 +02:00 committed by GitHub
commit 64a63f0a57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
, gettext
, gmp
, html-tidy
, icu64
, icu73
, libffi
, libiconv
, libkrb5
@ -443,7 +443,7 @@ in {
}
{
name = "intl";
buildInputs = [ icu64 ];
buildInputs = [ icu73 ];
}
{
name = "ldap";