mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Merge pull request #276054 from soebbing/patch-1
phpExtensions.intl: icu64 -> icu73
This commit is contained in:
commit
64a63f0a57
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user