guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 98d57ec1b50ab6eb3d61d768846144739414630b
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu Jul 23 13:58:00 2026 +0800

    gnu: libsoup-minimal: Remove the unused inputs.
    
    * gnu/packages/gnome.scm (libsoup-minimal)[native-inputs]: Remove 
httpd/pinned.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/gnome.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 655808cbaf..aacdd11dd8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5053,8 +5053,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.")
            python-wrapper
            vala
            curl
-           gnutls                       ;for 'certtool'
-           httpd/pinned))
+           gnutls))                     ;for 'certtool'
     (propagated-inputs
      ;; libsoup-3.0.pc refers to all of these (except where otherwise noted)
      (list brotli

Reply via email to