mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: emacs-keystore-mode: Improve style and enable tests.
* gnu/packages/emacs-xyz.scm (emacs-keystore-mode)[arguments]: Improve style and enable tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
e08767efdd
commit
b5926bce57
1 changed files with 3 additions and 4 deletions
|
@ -42086,9 +42086,8 @@ and preferred services can easily be configured.")
|
|||
(base32 "06cznkqkm04zz5lqfb514aqvsr2p13arzysixv0ss0bqpvdq7cv7"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command
|
||||
'("emacs" "--no-init-file" "--batch"
|
||||
(list #:test-command
|
||||
#~(list "emacs" "--no-init-file" "--batch"
|
||||
"--eval=(require 'ecukes)" "--eval=(ecukes)")))
|
||||
(native-inputs
|
||||
(list emacs-ecukes emacs-espuds emacs-undercover openjdk9))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue