Unverified Commit 64a63f0a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #276054 from soebbing/patch-1

phpExtensions.intl: icu64 -> icu73
parents 0f3e897f 33a1b6e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";