~ruther/guix-local

6851e548a337c976e0e6e575bfb318b0719e2751 — Sharlatan Hellseher 7 months ago cb2c75a
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
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/enlightenment.scm
M gnu/packages/enlightenment.scm => gnu/packages/enlightenment.scm +3 -2
@@ 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")