mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: libsoup: Add the missing PHP dependency.
* gnu/packages/gnome.scm (libsoup)[native-inputs]: Add php.
This commit is contained in:
parent
625cdb05d7
commit
53c41e958f
1 changed files with 2 additions and 2 deletions
|
@ -145,6 +145,7 @@ (define-module (gnu packages gnome)
|
|||
#:use-module (gnu packages pdf)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages photo)
|
||||
#:use-module (gnu packages php)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages polkit)
|
||||
#:use-module (gnu packages popt)
|
||||
|
@ -3718,8 +3719,7 @@ (define-public libsoup
|
|||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)
|
||||
("vala" ,vala)
|
||||
;; These are needed for the tests.
|
||||
;; FIXME: Add PHP once available.
|
||||
("php" ,php)
|
||||
("curl" ,curl)
|
||||
("gnutls" ,gnutls) ;for 'certtool'
|
||||
("httpd" ,httpd)))
|
||||
|
|
Loading…
Reference in a new issue