diff options
author | NoƩ Lopez <noelopez@free.fr> | 2024-09-02 15:54:29 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-09-05 22:29:12 +0200 |
commit | ba42c8a9f270a81098b55010c6bf021485b23d24 (patch) | |
tree | 0f6e3e29c29856b0fe89f03b54260f3045f5dce0 /gnu/packages/php.scm | |
parent | 62d07e5d71db40f9d538673948ec27740f43fb80 (diff) | |
download | guix-ba42c8a9f270a81098b55010c6bf021485b23d24.tar.gz guix-ba42c8a9f270a81098b55010c6bf021485b23d24.zip |
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>
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r-- | gnu/packages/php.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index 8f879dbdca..7c02c0eda3 100644 --- a/gnu/packages/php.scm +++ b/gnu/packages/php.scm @@ -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) |