mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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>
This commit is contained in:
parent
20997b6409
commit
44c4917ecb
1 changed files with 1 additions and 1 deletions
|
@ -23350,7 +23350,7 @@ (define-public emacs-ytdl
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue