gnu: brltty: Update to 6.4.
* gnu/packages/accessibility.scm (brltty): Update to 6.4. [arguments]: Remove obsolete configure flag and trailing #t.
This commit is contained in:
parent
977fbe9be3
commit
061d292faa
1 changed files with 3 additions and 7 deletions
|
@ -95,14 +95,14 @@ terminals.")
|
||||||
(define-public brltty
|
(define-public brltty
|
||||||
(package
|
(package
|
||||||
(name "brltty")
|
(name "brltty")
|
||||||
(version "6.2")
|
(version "6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://brltty.app/archive/brltty-" version ".tar.gz"))
|
(string-append "https://brltty.app/archive/brltty-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m0cq3p1cwp52n81si621gij82w3mdqwgr39m6bs652pmk5na72l"))))
|
(base32 "0zybi9i9izv25g0wphl0snddrhb6xl5879y4pkpjpnxq61wm9gry"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No target
|
`(#:tests? #f ; No target
|
||||||
|
@ -113,9 +113,6 @@ terminals.")
|
||||||
|
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list
|
(list
|
||||||
(string-append "--with-tcl-config="
|
|
||||||
(assoc-ref %build-inputs "tcl")
|
|
||||||
"/lib/tclConfig.sh")
|
|
||||||
(string-append "--with-libbraille="
|
(string-append "--with-libbraille="
|
||||||
(assoc-ref %build-inputs "libbraille"))
|
(assoc-ref %build-inputs "libbraille"))
|
||||||
(string-append "--with-espeak_ng="
|
(string-append "--with-espeak_ng="
|
||||||
|
@ -157,8 +154,7 @@ terminals.")
|
||||||
(string-append "extra_link_args = ['-Wl,-rpath="
|
(string-append "extra_link_args = ['-Wl,-rpath="
|
||||||
(assoc-ref outputs "out")
|
(assoc-ref outputs "out")
|
||||||
"/lib'], "
|
"/lib'], "
|
||||||
"extra_compile_args = ")))
|
"extra_compile_args = "))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("clisp" ,clisp)
|
`(("clisp" ,clisp)
|
||||||
("cython" ,python-cython)
|
("cython" ,python-cython)
|
||||||
|
|
Reference in a new issue