civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 90570b5e9f3da11a63e7c7865d44daddf2e366b5
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Dec 5 23:09:55 2021 +0100

    gnu: libsoup: Remove unneeded dependency on PHP.
    
    * gnu/packages/gnome.scm (libsoup-minimal)[native-inputs]: Remove PHP.
---
 gnu/packages/gnome.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8564362..6e3dbda 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)))

Reply via email to