|
1 | 1 | { 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 |
3 | 3 | , html-tidy, libzip, zlib, pcre, pcre2, libxslt, aspell, openldap, cyrus_sasl |
4 | 4 | , uwimap, pam, libiconv, enchant1, libXpm, gd, libwebp, libjpeg, libpng |
5 | 5 | , freetype, libffi, freetds, postgresql, sqlite, net-snmp, unixODBC, libedit |
|
547 | 547 | nativeBuildInputs = [ pkgs.pkgconfig ]; |
548 | 548 | buildInputs = with pkgs; [ |
549 | 549 | cyrus_sasl |
550 | | - icu |
| 550 | + icu64 |
551 | 551 | openssl |
552 | 552 | snappy |
553 | 553 | zlib |
|
972 | 972 | enable = (!stdenv.isDarwin); } |
973 | 973 | # interbase (7.3, 7.2) |
974 | 974 | { name = "intl"; |
975 | | - buildInputs = [ icu ]; |
| 975 | + buildInputs = [ icu64 ]; |
976 | 976 | patches = lib.optional (lib.versionOlder php.version "7.4") (fetchpatch { |
977 | 977 | url = "https://github.com/php/php-src/commit/93a9b56c90c334896e977721bfb3f38b1721cec6.patch"; |
978 | 978 | sha256 = "055l40lpyhb0rbjn6y23qkzdhvpp7inbnn6x13cpn4inmhjqfpg4"; |
|
0 commit comments