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
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3

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)