mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: geiser: Switch to Guile 2.2.
* gnu/packages/emacs.scm (geiser)[inputs]: Switch to GUILE-2.2.
This commit is contained in:
parent
0e4885af02
commit
bc96a8b57b
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ (define-public geiser
|
|||
"/share/emacs/site-lisp/"
|
||||
"geiser-autoloads.el"))
|
||||
#t)))))
|
||||
(inputs `(("guile" ,guile-2.0)))
|
||||
(inputs `(("guile" ,guile-2.2)))
|
||||
(native-inputs `(("emacs" ,emacs-minimal)))
|
||||
(home-page "https://nongnu.org/geiser/")
|
||||
(synopsis "Collection of Emacs modes for Guile and Racket hacking")
|
||||
|
|
Loading…
Reference in a new issue