mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-god-mode: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-god-mode)[arguments]: Run tests. [native-inputs]: Add EMACS-ECUKES.
This commit is contained in:
parent
29e2d45b11
commit
f4672d9795
1 changed files with 6 additions and 0 deletions
|
@ -9082,6 +9082,12 @@ (define-public emacs-god-mode
|
||||||
(base32
|
(base32
|
||||||
"1njln47w25ix9w0xjv02110ngr8d8ma3w7db0x4xcxhihbl65zly"))))
|
"1njln47w25ix9w0xjv02110ngr8d8ma3w7db0x4xcxhihbl65zly"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #true
|
||||||
|
#:test-command
|
||||||
|
#~(list "emacs" "--no-init-file" "--batch"
|
||||||
|
"--eval=(require 'ecukes)" "--eval=(ecukes)")))
|
||||||
|
(native-inputs (list emacs-ecukes))
|
||||||
(home-page "https://github.com/emacsorphanage/god-mode")
|
(home-page "https://github.com/emacsorphanage/god-mode")
|
||||||
(synopsis "Minor mode for entering commands without modifier keys")
|
(synopsis "Minor mode for entering commands without modifier keys")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue