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:
parent
62d07e5d71
commit
ba42c8a9f2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user