mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: emacs-geiser: Add dependency on Project.
* gnu/packages/emacs-xyz.scm (emacs-geiser)[propagated-inputs]: Add emacs-project. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1d0e57fab8
commit
a62873af7c
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ (define-public emacs-geiser
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-transient))
|
(list emacs-project emacs-transient))
|
||||||
(home-page "https://nongnu.org/geiser/")
|
(home-page "https://nongnu.org/geiser/")
|
||||||
(synopsis "Collection of Emacs modes for Scheme hacking")
|
(synopsis "Collection of Emacs modes for Scheme hacking")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue