mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 05:00:29 +02:00
gnu: php: Add autoconf to native inputs.
* gnu/packages/php.scm (php) [native-inputs]: Add autoconf. Change-Id: I4e2185b04338b45ed89ef8a23232ff6524af4a00
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages aspell)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bison)
|
||||
#:use-module (gnu packages compression)
|
||||
@@ -351,7 +352,8 @@
|
||||
tidy-html
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list bison
|
||||
(list autoconf ;to save the test report
|
||||
bison
|
||||
gettext-minimal
|
||||
pkg-config
|
||||
procps)) ;for tests
|
||||
|
||||
Reference in New Issue
Block a user