me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
(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