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 @@
 | 
				
			||||||
         (list (with "--with-bz2" "bzip2")
 | 
					         (list (with "--with-bz2" "bzip2")
 | 
				
			||||||
               (with "--with-curl" "curl")
 | 
					               (with "--with-curl" "curl")
 | 
				
			||||||
               (with "--with-gdbm" "gdbm")
 | 
					               (with "--with-gdbm" "gdbm")
 | 
				
			||||||
               (with "--with-gettext" "glibc") ; libintl.h
 | 
					               (with "--with-gettext" "libc")  ; libintl.h
 | 
				
			||||||
               (with "--with-gmp" "gmp")
 | 
					               (with "--with-gmp" "gmp")
 | 
				
			||||||
               (with "--with-ldap" "openldap")
 | 
					               (with "--with-ldap" "openldap")
 | 
				
			||||||
               (with "--with-ldap-sasl" "cyrus-sasl")
 | 
					               (with "--with-ldap-sasl" "cyrus-sasl")
 | 
				
			||||||
| 
						 | 
					@ -352,7 +352,6 @@
 | 
				
			||||||
       ("cyrus-sasl" ,cyrus-sasl)
 | 
					       ("cyrus-sasl" ,cyrus-sasl)
 | 
				
			||||||
       ("gd" ,gd)
 | 
					       ("gd" ,gd)
 | 
				
			||||||
       ("gdbm" ,gdbm)
 | 
					       ("gdbm" ,gdbm)
 | 
				
			||||||
       ("glibc" ,glibc)
 | 
					 | 
				
			||||||
       ("gmp" ,gmp)
 | 
					       ("gmp" ,gmp)
 | 
				
			||||||
       ("gnutls" ,gnutls)
 | 
					       ("gnutls" ,gnutls)
 | 
				
			||||||
       ("icu4c" ,icu4c)
 | 
					       ("icu4c" ,icu4c)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue