mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 17:46:21 +01:00
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 @@ (define-public emacs-matcha
|
|||
(sha256
|
||||
(base32
|
||||
"1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
|
||||
(propagated-inputs
|
||||
(list emacs-hydra emacs-transient))
|
||||
(propagated-inputs (list emacs-hydra))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/jojojames/matcha/")
|
||||
(synopsis "Collection of hydras with a generic interface to launch them")
|
||||
|
|
Loading…
Reference in a new issue