gnu: emacs-calibredb: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-calibredb) [propagated-inputs]: Remove emacs-transient.master
parent
e02641f1ee
commit
95fadee0f2
|
@ -26644,7 +26644,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
|||
(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.
|
||||
|
|
Reference in New Issue