mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-geiser: Update to 0.32.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.32. [arguments]: Disable #:tests? and use G-Expressions. Change-Id: I2d28082ca4d440ae6a731a99c3e22fe785352d82 Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Reviewed-by: jgart <jgart@dismail.de> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
5fe3a868a8
commit
df3ab0bc6e
1 changed files with 11 additions and 9 deletions
|
@ -624,7 +624,7 @@ input via a small child-frame spawned at the position of the cursor.")
|
||||||
(define-public emacs-geiser
|
(define-public emacs-geiser
|
||||||
(package
|
(package
|
||||||
(name "emacs-geiser")
|
(name "emacs-geiser")
|
||||||
(version "0.31.1")
|
(version "0.32")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -633,12 +633,14 @@ input via a small child-frame spawned at the position of the cursor.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "194k1bj4ncl9w68s0dkm9ya853hxbm9lxwsckqsmaj57jz7hw46f"))))
|
(base32 "09dqwxa2h471xcyk5zncxzaz19gf8d5r83yhi425blf2r1ir7b34"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:lisp-directory "elisp"
|
(list
|
||||||
|
#:tests? #f ;no tests
|
||||||
|
#:lisp-directory "elisp"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'make-info
|
(add-after 'unpack 'make-info
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "makeinfo" "--no-split"
|
(invoke "makeinfo" "--no-split"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue