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

commit c6fcc8eb5371130a5573aa3b7024c0e341f9af68
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 5 20:33:26 2026 +0100

    gnu: deluge: Fix build.
    
    * gnu/packages/bittorrent.scm (deluge)[propagated-inputs]: Move to…
    [inputs]: … here.  Replace python-pygobject with python-pygobject-3.50.
---
 gnu/packages/bittorrent.scm | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 8c11ea42e3..ef21fb2824 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -655,24 +655,23 @@ the following features:
         (base32
          "1kbac1qjbddcib0bldqaf0dcq5mqi9i2jv2fd4fayam4bcmjgfmr"))))
     (build-system pyproject-build-system)
-    (inputs (list bash-minimal))
-    (propagated-inputs
-     (list gtk+
-           libtorrent-rasterbar
-           nss-certs
-           python-pycairo
-           python-chardet
-           python-dbus-1.2
-           python-mako
-           python-pygobject
-           python-pillow
-           python-pyopenssl
-           python-pyxdg
-           python-rencode
-           python-service-identity
-           python-setproctitle
-           python-twisted
-           python-zope-interface))
+    (inputs (list bash-minimal
+                  gtk+
+                  libtorrent-rasterbar
+                  nss-certs
+                  python-pycairo
+                  python-chardet
+                  python-dbus-1.2
+                  python-mako
+                  python-pygobject-3.50
+                  python-pillow
+                  python-pyopenssl
+                  python-pyxdg
+                  python-rencode
+                  python-service-identity
+                  python-setproctitle
+                  python-twisted
+                  python-zope-interface))
     (native-inputs
      (list intltool
            python-pytest

Reply via email to