guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: php: Remove extra glibc input.


From: guix-commits
Subject: 05/08: gnu: php: Remove extra glibc input.
Date: Sun, 28 Nov 2021 15:18:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 2d332ba5ed7d058873db20586bca91ba483cafce
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 28 14:53:53 2021 +0200

    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(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 76707e9..4c77eb2 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]