mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: php: Remove extra glibc input.
* gnu/packages/php.scm (php)[arguments]: Use build-system's libc for gettext. [inputs]: Remove glibc.
This commit is contained in:
parent
e8bc37945f
commit
2d332ba5ed
1 changed files with 1 additions and 2 deletions
|
@ -94,7 +94,7 @@ (define-public php
|
|||
(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 @@ (define-public php
|
|||
("cyrus-sasl" ,cyrus-sasl)
|
||||
("gd" ,gd)
|
||||
("gdbm" ,gdbm)
|
||||
("glibc" ,glibc)
|
||||
("gmp" ,gmp)
|
||||
("gnutls" ,gnutls)
|
||||
("icu4c" ,icu4c)
|
||||
|
|
Loading…
Reference in a new issue