From 6b7512de3221f18f4e843e4ad8a38d51eda8f558 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 30 Sep 2025 11:23:42 +0900 Subject: [PATCH] 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 0da8086dad8..d1e596ee4d6 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