me
/
guix
Archived
1
0
Fork 0

gnu: brltty: Build with java only on some architectures.

* gnu/packages/accessibility.scm (brltty)[native-inputs]: Only build
with icedtea on x86_64-linux, i686-linux and aarch64-linux.

Change-Id: I95e2cfa17c1f484677ad8f26e3a865eba83362dd
master
Efraim Flashner 2024-05-23 13:47:20 +03:00
parent 055d70f5d8
commit 3694221290
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 16 additions and 11 deletions

View File

@ -152,17 +152,22 @@ terminals.")
(assoc-ref python:%standard-phases (assoc-ref python:%standard-phases
'add-install-to-pythonpath))))) 'add-install-to-pythonpath)))))
(native-inputs (native-inputs
(list clisp (append
python-cython (list clisp
doxygen python-cython
gettext-minimal doxygen
`(,icedtea "jdk") gettext-minimal)
;; ("linuxdoc" ,linuxdoc-tools) ;; icedtea doesn't build reliably on all architectures.
ocaml (if (or (target-x86?)
ocaml-findlib (target-aarch64?))
pkg-config (list `(,icedtea "jdk"))
python-wrapper '())
tcl)) (list ;; ("linuxdoc" ,linuxdoc-tools)
ocaml
ocaml-findlib
pkg-config
python-wrapper
tcl)))
(inputs (inputs
(list alsa-lib (list alsa-lib
at-spi2-core at-spi2-core