summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-26 15:15:45 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-26 15:16:00 +0100
commit6851e548a337c976e0e6e575bfb318b0719e2751 (patch)
tree0e09a8f33cfe493432de250bdf660bcb0c417482 /gnu
parentcb2c75aa929525bf7612ae27f0ab648c1ed07cba (diff)
gnu: epour: Fix bulid.
* gnu/packages/enlightenment.scm (epour)[native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-67 and python-wheel-0.40. Change-Id: Ia3863aa7f0af1d9e20ae78a875b6108d973ee410
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/enlightenment.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 8a08262e22d..f0229489570 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -561,6 +561,7 @@ directories.
@dfn{Enlightenment Foundation Libraries} (EFL).")
(license license:bsd-2)))
+;; XXX: See: <https://codeberg.org/guix/guix/issues/3014>.
(define-public epour
(package
(name "epour")
@@ -583,8 +584,8 @@ directories.
(substitute* "epour/gui/__init__.py"
(("join\\(data_path")
(string-append "join(\"" #$output "/share/epour\""))))))))
- (native-inputs (list intltool python-distutils-extra python-setuptools
- python-wheel))
+ (native-inputs (list intltool python-distutils-extra python-setuptools-67
+ python-wheel-0.40))
(inputs (list libtorrent-rasterbar-1.2 python-dbus python-efl python-pyxdg))
(home-page "https://www.enlightenment.org")
(synopsis "EFL Bittorrent client")