1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: emacs-terminal-here: Add missing test inputs.

* gnu/packages/emacs-xyz.scm (emacs-terminal-here)[native-inputs]: Add
emacs-el-mock, emacs-ert-runner and emacs-validate.
This commit is contained in:
Liliana Marie Prikler 2025-03-21 22:13:15 +01:00
parent c8f9cea3b2
commit 3fdb9387c9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1141,6 +1141,7 @@ object.")
(sha256
(base32 "1iv1c2mbvhn00ha46c6f98j9syc71xhjpk8m5wa5p32sk4wcc9f4"))))
(build-system emacs-build-system)
(native-inputs (list emacs-el-mock emacs-ert-runner emacs-validate))
(home-page "https://github.com/davidshepherd7/terminal-here")
(synopsis "Open external terminals from Emacs")
(description