1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-15 13:45:54 +02:00

gnu: php: Fix check phase.

* gnu/packages/php.scm (php): Add missing inputs.

These should potentially be propagated by gd instead, see
https://issues.guix.gnu.org/72968

Change-Id: I3ddc47e5ad121a8177e3a12c5dfe154a8d6029b6
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Noé Lopez
2024-09-02 15:54:29 +02:00
committed by Andreas Enge
parent 62d07e5d71
commit ba42c8a9f2
+4
View File
@@ -306,6 +306,10 @@
("bzip2" ,bzip2)
("curl" ,curl)
("cyrus-sasl" ,cyrus-sasl)
("freetype" ,freetype)
("fontconfig" ,fontconfig)
("libjpeg-turbo" ,libjpeg-turbo)
("libpng" ,libpng)
("gd" ,gd)
("gdbm" ,gdbm)
("gmp" ,gmp)