guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: linux-libre: Enable accessibility features.


From: guix-commits
Subject: branch master updated: gnu: linux-libre: Enable accessibility features.
Date: Fri, 14 Oct 2022 12:47:10 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a86979b41a gnu: linux-libre: Enable accessibility features.
a86979b41a is described below

commit a86979b41a49a8fcdaa887970ba594dbba701226
Author: Hunter Jozwiak <hunter.t.joz@gmail.com>
AuthorDate: Mon Oct 10 07:02:18 2022 -0400

    gnu: linux-libre: Enable accessibility features.
    
    * gnu/packages/linux.scm (%default-extra-linux-options): Enable
    speakup and Braille console options by default.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/linux.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 850a136ce2..aa7475a2f5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -65,6 +65,7 @@
 ;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com>
 ;;; Copyright © 2022 muradm <mail@muradm.net>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+;;; Copyright © 2022 Hunter Jozwiak <hunter.t.joz@gmail.com>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -700,6 +701,11 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
     ("CONFIG_ZSWAP" . #t)
     ("CONFIG_ZSMALLOC" . #t)
     ("CONFIG_ZRAM" . m)
+    ;; Accessibility support.
+    ("CONFIG_ACCESSIBILITY" . #t)
+    ("CONFIG_A11Y_BRAILLE_CONSOLE" . #t)
+    ("CONFIG_SPEAKUP" . m)
+    ("CONFIG_SPEAKUP_SYNTH_SOFT" . m)
     ;; Modules required for initrd:
     ("CONFIG_NET_9P" . m)
     ("CONFIG_NET_9P_VIRTIO" . m)



reply via email to

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