guix_mirror_bot pushed a commit to branch master in repository guix. commit 6851e548a337c976e0e6e575bfb318b0719e2751 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Fri Sep 26 15:15:45 2025 +0100
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 --- gnu/packages/enlightenment.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 8a08262e22..f022948957 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")