gnu: emacs-geiser: Use builtin project and transient libraries.
These libraries are now included in Emacs 28. * gnu/packages/emacs-xyz.scm (emacs-geiser)[propagated-inputs]: Delete field. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
afb63c840c
commit
6ff3fe86b5
1 changed files with 0 additions and 2 deletions
|
@ -278,8 +278,6 @@ (define-public emacs-geiser
|
|||
"-o" "geiser.info" "geiser.texi")))))))
|
||||
(native-inputs
|
||||
(list texinfo))
|
||||
(propagated-inputs
|
||||
(list emacs-project emacs-transient))
|
||||
(home-page "https://www.nongnu.org/geiser/")
|
||||
(synopsis "Collection of Emacs modes for Scheme hacking")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue