guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: brltty: Update to 6.4.


From: guix-commits
Subject: 03/04: gnu: brltty: Update to 6.4.
Date: Sun, 9 Jan 2022 08:54:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 061d292faa158fd5f257f68806c46ce5bec99aca
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 9 12:29:29 2022 +0100

    gnu: brltty: Update to 6.4.
    
    * gnu/packages/accessibility.scm (brltty): Update to 6.4.
    [arguments]: Remove obsolete configure flag and trailing #t.
---
 gnu/packages/accessibility.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index 93eac316ef..bbf78e5c1d 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -95,14 +95,14 @@ terminals.")
 (define-public brltty
   (package
     (name "brltty")
-    (version "6.2")
+    (version "6.4")
     (source
      (origin
        (method url-fetch)
        (uri
         (string-append "https://brltty.app/archive/brltty-"; version ".tar.gz"))
        (sha256
-        (base32 "0m0cq3p1cwp52n81si621gij82w3mdqwgr39m6bs652pmk5na72l"))))
+        (base32 "0zybi9i9izv25g0wphl0snddrhb6xl5879y4pkpjpnxq61wm9gry"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:tests? #f                      ; No target
@@ -113,9 +113,6 @@ terminals.")
 
        #:configure-flags
        (list
-        (string-append "--with-tcl-config="
-                       (assoc-ref %build-inputs "tcl")
-                       "/lib/tclConfig.sh")
         (string-append "--with-libbraille="
                        (assoc-ref %build-inputs "libbraille"))
         (string-append "--with-espeak_ng="
@@ -157,8 +154,7 @@ terminals.")
                 (string-append "extra_link_args = ['-Wl,-rpath="
                                (assoc-ref outputs "out")
                                "/lib'], "
-                               "extra_compile_args = ")))
-             #t)))))
+                               "extra_compile_args = "))))))))
     (native-inputs
      `(("clisp" ,clisp)
        ("cython" ,python-cython)



reply via email to

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