guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 0850534d751041fa4771985cb2c2f64aa89dacd2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 30 11:23:42 2025 +0900

    gnu: php: Add autoconf to native inputs.
    
    * gnu/packages/php.scm (php) [native-inputs]: Add autoconf.
    
    Change-Id: I4e2185b04338b45ed89ef8a23232ff6524af4a00
---
 gnu/packages/php.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 0da8086dad..d1e596ee4d 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -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

Reply via email to