guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68937] [PATCH gnome-team v2 2/2] gnu: orca: Add optional dependenci


From: Dariqq
Subject: [bug#68937] [PATCH gnome-team v2 2/2] gnu: orca: Add optional dependencies.
Date: Mon, 5 Feb 2024 18:49:07 +0000

* 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 --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e98f4ac15f..26aeefff4c 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)
@@ -11259,12 +11260,15 @@ (define-public orca
            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
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]