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
+2 -2
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";