mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: emacs-bind-map: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-bind-map)[arguments]: Add #:test-command. [native-inputs]: Add emacs-evil.
This commit is contained in:
parent
add769730d
commit
37fb31685e
1 changed files with 4 additions and 0 deletions
|
@ -41795,6 +41795,10 @@ original package.")
|
|||
(sha256
|
||||
(base32 "0crxjy1ykgb429z8ikjv5iy8vg5i0qn8n86p2lgri4glx45sxxx0"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command
|
||||
#~(list "emacs" "--batch" "-l" "bind-map-tests.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(native-inputs (list emacs-evil))
|
||||
(home-page "https://github.com/justbur/emacs-bind-map")
|
||||
(synopsis "Bind personal keymaps in multiple locations")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue