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>master
parent
afb63c840c
commit
6ff3fe86b5
|
@ -278,8 +278,6 @@
|
|||
"-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
|
||||
|
|
Reference in New Issue