mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
e0346b3ce1
commit
0850534d75
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue