nckx pushed a commit to branch master
in repository guix.
commit 7431bdb5d5683af19c43058145605682394beb2b
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Jan 1 20:19:25 2021 +0100
gnu: brltty: Update to 6.2.
* gnu/packages/accessibility.scm (brltty): Update to 6.2.
[arguments]: Set INSTALL_WRITABLE_DIRECTORY to something harmless.
---
gnu/packages/accessibility.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index 5180f88..f3bd094 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Nikita <[email protected]>
;;; Copyright © 2017 Stefan Reichör <[email protected]>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Andrew Miloradovsky <[email protected]>
;;; Copyright © 2020 Efraim Flashner <[email protected]>
;;;
@@ -95,15 +95,14 @@ terminals.")
(define-public brltty
(package
(name "brltty")
- (version "6.1")
+ (version "6.2")
(source
(origin
(method url-fetch)
(uri
- (string-append "https://brltty.app/archive/"
- name "-" version ".tar.gz"))
+ (string-append "https://brltty.app/archive/brltty-" version ".tar.gz"))
(sha256
- (base32 "0nk54chr7z2w579vyiak9xk2avhnvrx7x2l5sk8nyw2zplchkx9q"))))
+ (base32 "0m0cq3p1cwp52n81si621gij82w3mdqwgr39m6bs652pmk5na72l"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ; No target
@@ -138,7 +137,8 @@ terminals.")
"PYTHON_ROOT=/"
(string-append "TCL_DIR="
(assoc-ref %outputs "out")
- "/lib"))
+ "/lib")
+ "INSTALL_WRITABLE_DIRECTORY=no-thanks")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-errors