mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-objed: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-objed): Fix tests. [arguments]<test-command>: Set it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
79518c4d2e
commit
2b955c5b75
1 changed files with 4 additions and 0 deletions
|
@ -40954,6 +40954,10 @@ your left hand, and consonants are input with your right hand.")
|
||||||
(base32
|
(base32
|
||||||
"1s38d6bvggdk5p45ww1jb4gxifzgjwgw1m6ar920nlg0j4fgbcvr"))))
|
"1s38d6bvggdk5p45ww1jb4gxifzgjwgw1m6ar920nlg0j4fgbcvr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-command
|
||||||
|
#~(list "emacs" "-Q" "-batch"
|
||||||
|
"-l" "test/elpa.el" "-l" "test/make-test.el")))
|
||||||
(home-page "https://github.com/clemera/objed")
|
(home-page "https://github.com/clemera/objed")
|
||||||
(synopsis "Navigate and edit text objects")
|
(synopsis "Navigate and edit text objects")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue