diff mbox series

[bug#68937,3/3] gnu: orca: Add more optional dependencies.

Message ID 64370b3682c06e45ed6302b3eb17f29ad64acbda.1707146219.git.dariqq@posteo.net
State New
Headers show
Series Orca fixes | expand

Commit Message

Dariqq Feb. 5, 2024, 3:48 p.m. UTC
* gnu/packages/gnome.scm (orca)[inputs]: Add brltty, liblouis and liblouis:python.

Change-Id: Idb375693a8cca7ffd89f591c50e2651d63e4ea62
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d3fcbe086..835fabb34b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)
@@ -11145,12 +11146,15 @@  (define-public orca
            libxml2))
     (inputs
      (list ;; at-spi2-atk
+           brltty
            bash-minimal
            gsettings-desktop-schemas
            gstreamer
            gst-plugins-base
            gst-plugins-good
            gtk+
+           liblouis
+           `(,liblouis "python")
            python
            python-pygobject
            python-pyatspi