diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-26 15:15:45 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-26 15:16:00 +0100 |
| commit | 6851e548a337c976e0e6e575bfb318b0719e2751 (patch) | |
| tree | 0e09a8f33cfe493432de250bdf660bcb0c417482 /gnu/packages/enlightenment.scm | |
| parent | cb2c75aa929525bf7612ae27f0ab648c1ed07cba (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/packages/enlightenment.scm')
| -rw-r--r-- | gnu/packages/enlightenment.scm | 5 |
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. | |||
| 561 | @dfn{Enlightenment Foundation Libraries} (EFL).") | 561 | @dfn{Enlightenment Foundation Libraries} (EFL).") |
| 562 | (license license:bsd-2))) | 562 | (license license:bsd-2))) |
| 563 | 563 | ||
| 564 | ;; XXX: See: <https://codeberg.org/guix/guix/issues/3014>. | ||
| 564 | (define-public epour | 565 | (define-public epour |
| 565 | (package | 566 | (package |
| 566 | (name "epour") | 567 | (name "epour") |
| @@ -583,8 +584,8 @@ directories. | |||
| 583 | (substitute* "epour/gui/__init__.py" | 584 | (substitute* "epour/gui/__init__.py" |
| 584 | (("join\\(data_path") | 585 | (("join\\(data_path") |
| 585 | (string-append "join(\"" #$output "/share/epour\"")))))))) | 586 | (string-append "join(\"" #$output "/share/epour\"")))))))) |
| 586 | (native-inputs (list intltool python-distutils-extra python-setuptools | 587 | (native-inputs (list intltool python-distutils-extra python-setuptools-67 |
| 587 | python-wheel)) | 588 | python-wheel-0.40)) |
| 588 | (inputs (list libtorrent-rasterbar-1.2 python-dbus python-efl python-pyxdg)) | 589 | (inputs (list libtorrent-rasterbar-1.2 python-dbus python-efl python-pyxdg)) |
| 589 | (home-page "https://www.enlightenment.org") | 590 | (home-page "https://www.enlightenment.org") |
| 590 | (synopsis "EFL Bittorrent client") | 591 | (synopsis "EFL Bittorrent client") |
