gnu: emacs-ytdl: Use builtin transient library.
The transient library is now included in Emacs 28. * gnu/packages/emacs-xyz.scm (emacs-ytdl) [propagated-inputs]: Delete emacs-transient. Add emacs-dash. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
20997b6409
commit
44c4917ecb
|
@ -23350,7 +23350,7 @@ can be queued at any time.")
|
|||
(inputs
|
||||
(list youtube-dl))
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-transient))
|
||||
(list emacs-async emacs-dash))
|
||||
(home-page "https://gitlab.com/tuedachu/ytdl")
|
||||
(synopsis "Emacs interface for youtube-dl")
|
||||
(description
|
||||
|
|
Reference in New Issue