summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2026-03-05 20:33:26 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-06 14:53:18 +0100
commit4648b1675463a5dcee519a991692fe2b38fd5ebe (patch)
tree339cdbcc5ad422a1566ab0b745fce9cd7fc13be2 /gnu
parentaeaf45cadff4740c82fffade5765f0f8b12b372a (diff)
gnu: deluge: Fix build.
* gnu/packages/bittorrent.scm (deluge)[propagated-inputs]: Move to… [inputs]: … here. Replace python-pygobject with python-pygobject-3.50.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bittorrent.scm35
1 files changed, 17 insertions, 18 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 8c11ea42e33..ef21fb28246 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