From 147d42fc0362160baf50bdc71ab918c1e1db2f88 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 18 Dec 2017 16:39:56 -0500 Subject: gnu: emacspeak: Update to 47.0. * gnu/packages/emacs.scm (emacspeak): Update to 47.0. [source]: Remove snippet. [arguments]: Set SHELL environment variable. --- gnu/packages/emacs.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index fd03056292..1a00d8cb16 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4983,7 +4983,7 @@ highlights quasi-quoted expressions.") (define-public emacspeak (package (name "emacspeak") - (version "46.0") + (version "47.0") (source (origin (method url-fetch) @@ -4992,11 +4992,7 @@ highlights quasi-quoted expressions.") version "/emacspeak-" version ".tar.bz2")) (sha256 (base32 - "15x4yfp3wl2fxm1nkx6pz3clw6zyw3argcsqxgcx6pa28sivlg2n")) - (modules '((guix build utils))) - (snippet - ;; Delete the bundled byte-compiled elisp files. - '(for-each delete-file (find-files "lisp" "\\.elc$"))))) + "0xbcc266x752y68s3g096m161irzvsqym3axzqn8rb276a8x55n7")))) (build-system gnu-build-system) (arguments '(#:make-flags (list (string-append "prefix=" @@ -5006,6 +5002,7 @@ highlights quasi-quoted expressions.") (replace 'configure (lambda _ ;; Configure Emacspeak according to etc/install.org. + (setenv "SHELL" (which "sh")) (zero? (system* "make" "config")))) (add-after 'build 'build-espeak (lambda _ -- cgit v1.2.3 x/log/gnu/packages/lighting.scm'>
path: root/gnu/packages/lighting.scm
AgeCommit message (Expand)Author
2020-08-16gnu: ola: Build with protobuf@3....Tobias Geerinckx-Rice
2020-08-16gnu: ola: Build with libmicrohttpd 0.9.71....Tobias Geerinckx-Rice
2020-01-15gnu: util-linux: Move libraries to separate output....Marius Bakke
2018-08-14gnu: ola: Update to 0.10.7....Tobias Geerinckx-Rice
2018-02-19gnu: ola: Update to 0.10.6....Tobias Geerinckx-Rice
2017-10-30gnu: ola: Update to 0.10.5....Tobias Geerinckx-Rice
2017-10-20gnu: ola: Build with protobuf@2....Tobias Geerinckx-Rice
2017-06-16gnu: ola: Update to 0.10.4....Tobias Geerinckx-Rice
2017-02-22gnu: ola: Update to 0.10.3....Marius Bakke
2016-11-04gnu: ola: Fix build failure caused by use of deprecated function....Leo Famulari
2016-09-05gnu: Add ola....John J. Foerch