mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: emacs-ivy: Simplify #:test-command.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Simplify #:test-command.
This commit is contained in:
parent
36d19f0bb2
commit
90fc79d8bf
1 changed files with 1 additions and 3 deletions
|
@ -5060,9 +5060,7 @@ (define-public emacs-ivy
|
|||
(lambda _
|
||||
(delete-file-recursively ".git"))))
|
||||
#:tests? #t
|
||||
#:test-command '("emacs" "--batch"
|
||||
"-l" "ivy-test.el"
|
||||
"-f" "ivy-test-run-tests")))
|
||||
#:test-command '("make" "test")))
|
||||
(propagated-inputs
|
||||
`(("emacs-hydra" ,emacs-hydra)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue