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:
Olivier Dion 2022-03-26 19:11:15 -04:00 committed by Ludovic Courtès
parent 1d0e57fab8
commit a62873af7c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -272,7 +272,7 @@ (define-public emacs-geiser
(native-inputs
(list texinfo))
(propagated-inputs
(list emacs-transient))
(list emacs-project emacs-transient))
(home-page "https://nongnu.org/geiser/")
(synopsis "Collection of Emacs modes for Scheme hacking")
(description