1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

phpExtensions.intl: icu64 -> icu73

This commit is contained in:
Hendrik Söbbing 2023-12-22 14:50:36 +01:00
parent 38ba06c7b9
commit 33a1b6e587
No known key found for this signature in database

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