mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: emacs-back-button: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-back-button)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
f64542a36e
commit
c5e0e534d5
1 changed files with 2 additions and 0 deletions
|
@ -44256,6 +44256,8 @@ variations, including non-standard base32 encodings.")
|
|||
(base32
|
||||
"0hmn3jlsqgpc602lbcs9wzw0hgr5qpjdcxi2hjlc1cp27ilyscnf"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "ert-runner" "ert-tests")))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(synopsis "Visual navigation through mark rings in Emacs")
|
||||
(description "This package provides a way for the user to navigate
|
||||
through mark rings (in both directions, and globally or locally).")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue