From 2d332ba5ed7d058873db20586bca91ba483cafce Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 28 Nov 2021 14:53:53 +0200 Subject: gnu: php: Remove extra glibc input. * gnu/packages/php.scm (php)[arguments]: Use build-system's libc for gettext. [inputs]: Remove glibc. --- gnu/packages/php.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/php.scm') diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 76707e9b0c..4c77eb213a 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -94,7 +94,7 @@ (list (with "--with-bz2" "bzip2") (with "--with-curl" "curl") (with "--with-gdbm" "gdbm") - (with "--with-gettext" "glibc") ; libintl.h + (with "--with-gettext" "libc") ; libintl.h (with "--with-gmp" "gmp") (with "--with-ldap" "openldap") (with "--with-ldap-sasl" "cyrus-sasl") @@ -352,7 +352,6 @@ ("cyrus-sasl" ,cyrus-sasl) ("gd" ,gd) ("gdbm" ,gdbm) - ("glibc" ,glibc) ("gmp" ,gmp) ("gnutls" ,gnutls) ("icu4c" ,icu4c) -- cgit v1.2.3