Skip to content

Commit cecc4ce

Browse files
committed
php.extensions.{mongodb,intl}: switch back to icu64
See https://hydra.nixos.org/build/124676672 Introduced by 4afdb41 Closes #94798
1 parent c0583cb commit cecc4ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/top-level/php-packages.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ stdenv, lib, pkgs, fetchgit, php, autoconf, pkgconfig, re2c
2-
, gettext, bzip2, curl, libxml2, openssl, gmp, icu, oniguruma, libsodium
2+
, gettext, bzip2, curl, libxml2, openssl, gmp, icu64, oniguruma, libsodium
33
, html-tidy, libzip, zlib, pcre, pcre2, libxslt, aspell, openldap, cyrus_sasl
44
, uwimap, pam, libiconv, enchant1, libXpm, gd, libwebp, libjpeg, libpng
55
, freetype, libffi, freetds, postgresql, sqlite, net-snmp, unixODBC, libedit
@@ -547,7 +547,7 @@ in
547547
nativeBuildInputs = [ pkgs.pkgconfig ];
548548
buildInputs = with pkgs; [
549549
cyrus_sasl
550-
icu
550+
icu64
551551
openssl
552552
snappy
553553
zlib
@@ -972,7 +972,7 @@ in
972972
enable = (!stdenv.isDarwin); }
973973
# interbase (7.3, 7.2)
974974
{ name = "intl";
975-
buildInputs = [ icu ];
975+
buildInputs = [ icu64 ];
976976
patches = lib.optional (lib.versionOlder php.version "7.4") (fetchpatch {
977977
url = "https://github.com/php/php-src/commit/93a9b56c90c334896e977721bfb3f38b1721cec6.patch";
978978
sha256 = "055l40lpyhb0rbjn6y23qkzdhvpp7inbnn6x13cpn4inmhjqfpg4";

0 commit comments

Comments
 (0)