mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(list calibre))
|
||||
(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")
|
||||
(synopsis "Yet another calibre client for Emacs")
|
||||
(description "This package integrates calibre into Emacs.
|
||||
|
|
Loading…
Reference in a new issue