summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-12-05 23:09:55 +0100
committerLudovic Courtès <ludo@gnu.org>2021-12-05 23:10:44 +0100
commit90570b5e9f3da11a63e7c7865d44daddf2e366b5 (patch)
tree4cf19ba7e4c3ed6932f95ee31295ccc0944af2af /gnu/packages/gnome.scm
parent2561f2720f6afdab47991e6430dc8a1215a27bc7 (diff)
downloadguix-patches-90570b5e9f3da11a63e7c7865d44daddf2e366b5.tar
guix-patches-90570b5e9f3da11a63e7c7865d44daddf2e366b5.tar.gz
gnu: libsoup: Remove unneeded dependency on PHP.
* gnu/packages/gnome.scm (libsoup-minimal)[native-inputs]: Remove PHP.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 85643624fd..6e3dbdada8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -171,7 +171,6 @@
#: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)
@@ -5048,7 +5047,6 @@ libxml to ease remote use of the RESTful API.")
("pkg-config" ,pkg-config)
("python" ,python-wrapper)
("vala" ,vala)
- ("php" ,php)
("curl" ,curl)
("gnutls" ,gnutls) ;for 'certtool'
("httpd" ,httpd)))