gnu: emacspeak: Update to 47.0.
* gnu/packages/emacs.scm (emacspeak): Update to 47.0. [source]: Remove snippet. [arguments]: Set SHELL environment variable.
This commit is contained in:
parent
91675d5082
commit
147d42fc03
1 changed files with 3 additions and 6 deletions
|
|
@ -4983,7 +4983,7 @@ highlights quasi-quoted expressions.")
|
||||||
(define-public emacspeak
|
(define-public emacspeak
|
||||||
(package
|
(package
|
||||||
(name "emacspeak")
|
(name "emacspeak")
|
||||||
(version "46.0")
|
(version "47.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -4992,11 +4992,7 @@ highlights quasi-quoted expressions.")
|
||||||
version "/emacspeak-" version ".tar.bz2"))
|
version "/emacspeak-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15x4yfp3wl2fxm1nkx6pz3clw6zyw3argcsqxgcx6pa28sivlg2n"))
|
"0xbcc266x752y68s3g096m161irzvsqym3axzqn8rb276a8x55n7"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
;; Delete the bundled byte-compiled elisp files.
|
|
||||||
'(for-each delete-file (find-files "lisp" "\\.elc$")))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list (string-append "prefix="
|
'(#:make-flags (list (string-append "prefix="
|
||||||
|
|
@ -5006,6 +5002,7 @@ highlights quasi-quoted expressions.")
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Configure Emacspeak according to etc/install.org.
|
;; Configure Emacspeak according to etc/install.org.
|
||||||
|
(setenv "SHELL" (which "sh"))
|
||||||
(zero? (system* "make" "config"))))
|
(zero? (system* "make" "config"))))
|
||||||
(add-after 'build 'build-espeak
|
(add-after 'build 'build-espeak
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
|
||||||
Reference in a new issue