gnu: orca: Add optional dependencies.
* gnu/packages/gnome.scm (orca)[inputs]: Add brltty, liblouis and liblouis:python. Change-Id: Idb375693a8cca7ffd89f591c50e2651d63e4ea62 Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
ce302c99bd
commit
952c691b51
|
@ -95,6 +95,7 @@
|
|||
|
||||
(define-module (gnu packages gnome)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages accessibility)
|
||||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages aidc)
|
||||
#:use-module (gnu packages aspell)
|
||||
|
@ -11259,12 +11260,15 @@ accessibility infrastructure.")
|
|||
libxml2))
|
||||
(inputs
|
||||
(list at-spi2-core
|
||||
brltty
|
||||
bash-minimal
|
||||
gsettings-desktop-schemas
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gtk+
|
||||
liblouis
|
||||
`(,liblouis "python")
|
||||
procps ; for pgrep
|
||||
python
|
||||
python-pygobject
|
||||
|
|
Reference in New Issue