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>master
parent
1d0e57fab8
commit
a62873af7c
|
@ -272,7 +272,7 @@
|
||||||
(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
|
||||||
|
|
Reference in New Issue