summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-09 12:29:29 +0100
committerMarius Bakke <marius@gnu.org>2022-01-09 14:49:16 +0100
commit061d292faa158fd5f257f68806c46ce5bec99aca (patch)
tree6a84a3cfdc57dc97a0016775d6ffce247d572415 /gnu/packages
parent977fbe9be34d4628d2e4abbf7fcc424117c30d96 (diff)
gnu: brltty: Update to 6.4.
* gnu/packages/accessibility.scm (brltty): Update to 6.4. [arguments]: Remove obsolete configure flag and trailing #t.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/accessibility.scm10
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index 93eac316efc..bbf78e5c1df 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -95,14 +95,14 @@ terminals.")
95(define-public brltty 95(define-public brltty
96 (package 96 (package
97 (name "brltty") 97 (name "brltty")
98 (version "6.2") 98 (version "6.4")
99 (source 99 (source
100 (origin 100 (origin
101 (method url-fetch) 101 (method url-fetch)
102 (uri 102 (uri
103 (string-append "https://brltty.app/archive/brltty-" version ".tar.gz")) 103 (string-append "https://brltty.app/archive/brltty-" version ".tar.gz"))
104 (sha256 104 (sha256
105 (base32 "0m0cq3p1cwp52n81si621gij82w3mdqwgr39m6bs652pmk5na72l")))) 105 (base32 "0zybi9i9izv25g0wphl0snddrhb6xl5879y4pkpjpnxq61wm9gry"))))
106 (build-system glib-or-gtk-build-system) 106 (build-system glib-or-gtk-build-system)
107 (arguments 107 (arguments
108 `(#:tests? #f ; No target 108 `(#:tests? #f ; No target
@@ -113,9 +113,6 @@ terminals.")
113 113
114 #:configure-flags 114 #:configure-flags
115 (list 115 (list
116 (string-append "--with-tcl-config="
117 (assoc-ref %build-inputs "tcl")
118 "/lib/tclConfig.sh")
119 (string-append "--with-libbraille=" 116 (string-append "--with-libbraille="
120 (assoc-ref %build-inputs "libbraille")) 117 (assoc-ref %build-inputs "libbraille"))
121 (string-append "--with-espeak_ng=" 118 (string-append "--with-espeak_ng="
@@ -157,8 +154,7 @@ terminals.")
157 (string-append "extra_link_args = ['-Wl,-rpath=" 154 (string-append "extra_link_args = ['-Wl,-rpath="
158 (assoc-ref outputs "out") 155 (assoc-ref outputs "out")
159 "/lib'], " 156 "/lib'], "
160 "extra_compile_args = "))) 157 "extra_compile_args = "))))))))
161 #t)))))
162 (native-inputs 158 (native-inputs
163 `(("clisp" ,clisp) 159 `(("clisp" ,clisp)
164 ("cython" ,python-cython) 160 ("cython" ,python-cython)