diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-07 10:00:16 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:29 +0100 |
| commit | bd3747a373a5afd81b5e2d55c943e36c3740b4c1 (patch) | |
| tree | 4f670c84aa640bb618319809afce4b3bcdf5f403 /gnu/packages/accessibility.scm | |
| parent | a8ba617273857951737a9b43614bd265aa970210 (diff) | |
gnu: brltty: Fix build on Python@3.12.
* gnu/packages/accessibility.scm (brltty):
[native-inputs]: Add python-setuptools.
Change-Id: I1ae23a62556bcfd10d519948cc8fb64c33dc9799
Diffstat (limited to 'gnu/packages/accessibility.scm')
| -rw-r--r-- | gnu/packages/accessibility.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index 013fb3cf535..8bcbc23b683 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm | |||
| @@ -51,6 +51,7 @@ | |||
| 51 | #:use-module (gnu packages libusb) | 51 | #:use-module (gnu packages libusb) |
| 52 | #:use-module (gnu packages java) | 52 | #:use-module (gnu packages java) |
| 53 | #:use-module (gnu packages python) | 53 | #:use-module (gnu packages python) |
| 54 | #:use-module (gnu packages python-build) | ||
| 54 | #:use-module (gnu packages python-xyz) | 55 | #:use-module (gnu packages python-xyz) |
| 55 | #:use-module (gnu packages tcl) | 56 | #:use-module (gnu packages tcl) |
| 56 | #:use-module (gnu packages xml) | 57 | #:use-module (gnu packages xml) |
| @@ -185,7 +186,9 @@ terminals.") | |||
| 185 | (native-inputs | 186 | (native-inputs |
| 186 | (append | 187 | (append |
| 187 | (list clisp | 188 | (list clisp |
| 188 | python-cython-0 ;; See https://bugzilla.redhat.com/show_bug.cgi?id=2231865 | 189 | ;; See: <https://bugzilla.redhat.com/show_bug.cgi?id=2231865>. |
| 190 | python-cython-0 | ||
| 191 | python-setuptools ;remove with next update | ||
| 189 | doxygen | 192 | doxygen |
| 190 | gettext-minimal) | 193 | gettext-minimal) |
| 191 | ;; icedtea doesn't build reliably on all architectures. | 194 | ;; icedtea doesn't build reliably on all architectures. |
