gnu: libsoup: Add the missing PHP dependency.
* gnu/packages/gnome.scm (libsoup)[native-inputs]: Add php.master
parent
625cdb05d7
commit
53c41e958f
|
@ -145,6 +145,7 @@
|
||||||
#:use-module (gnu packages pdf)
|
#:use-module (gnu packages pdf)
|
||||||
#:use-module (gnu packages perl)
|
#:use-module (gnu packages perl)
|
||||||
#:use-module (gnu packages photo)
|
#:use-module (gnu packages photo)
|
||||||
|
#:use-module (gnu packages php)
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
#:use-module (gnu packages polkit)
|
#:use-module (gnu packages polkit)
|
||||||
#:use-module (gnu packages popt)
|
#:use-module (gnu packages popt)
|
||||||
|
@ -3718,8 +3719,7 @@ libxml to ease remote use of the RESTful API.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
;; These are needed for the tests.
|
("php" ,php)
|
||||||
;; FIXME: Add PHP once available.
|
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("gnutls" ,gnutls) ;for 'certtool'
|
("gnutls" ,gnutls) ;for 'certtool'
|
||||||
("httpd" ,httpd)))
|
("httpd" ,httpd)))
|
||||||
|
|
Reference in New Issue