[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: orca: Add optional dependencies.
From: |
guix-commits |
Subject: |
02/02: gnu: orca: Add optional dependencies. |
Date: |
Sat, 10 Feb 2024 06:09:59 -0500 (EST) |
cbaines pushed a commit to branch gnome-team
in repository guix.
commit 952c691b51f8f5d56df69686c2785414709c7949
Author: Dariqq <dariqq@posteo.net>
AuthorDate: Mon Feb 5 18:49:07 2024 +0000
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>
---
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 @@ 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