1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: emacs-matcha: Add missing test inputs.

* gnu/packages/emacs-xyz.scm (emacs-match)[native-inputs]: Add
emacs-ert-runner.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 11:06:36 +02:00
parent 033903a07b
commit dbe17e66ae
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -35076,6 +35076,7 @@ comfort of Magit and the rest of Emacs.")
(base32
"1bljnv5z289hxn73y7krbd0wya6acnwphabxwfajilpc118qz3lp"))))
(propagated-inputs (list emacs-hydra))
(native-inputs (list emacs-ert-runner))
(build-system emacs-build-system)
(home-page "https://github.com/jojojames/matcha/")
(synopsis "Collection of hydras with a generic interface to launch them")