mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: emacs-calibredb: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-calibredb) [propagated-inputs]: Remove emacs-transient.
This commit is contained in:
parent
e02641f1ee
commit
95fadee0f2
1 changed files with 1 additions and 1 deletions
|
@ -26644,7 +26644,7 @@ (define-public emacs-calibredb
|
||||||
(inputs
|
(inputs
|
||||||
(list calibre))
|
(list calibre))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-esxml emacs-s emacs-transient))
|
(list emacs-dash emacs-esxml emacs-s))
|
||||||
(home-page "https://github.com/chenyanming/calibredb.el")
|
(home-page "https://github.com/chenyanming/calibredb.el")
|
||||||
(synopsis "Yet another calibre client for Emacs")
|
(synopsis "Yet another calibre client for Emacs")
|
||||||
(description "This package integrates calibre into Emacs.
|
(description "This package integrates calibre into Emacs.
|
||||||
|
|
Loading…
Reference in a new issue