gnu: emacs-matcha: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-matcha) [propagated-inputs]: Remove emacs-transient.
This commit is contained in:
parent
2201e4ff1a
commit
f3a1add242
1 changed files with 1 additions and 2 deletions
|
@ -25689,8 +25689,7 @@ comfort of Magit and the rest of Emacs.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
|
"1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
|
||||||
(propagated-inputs
|
(propagated-inputs (list emacs-hydra))
|
||||||
(list emacs-hydra emacs-transient))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/jojojames/matcha/")
|
(home-page "https://github.com/jojojames/matcha/")
|
||||||
(synopsis "Collection of hydras with a generic interface to launch them")
|
(synopsis "Collection of hydras with a generic interface to launch them")
|
||||||
|
|
Reference in a new issue