mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-image+: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-image+)[arguments]: Add #:test-command.
This commit is contained in:
parent
1cd7e27ac8
commit
e99b5fc0a5
1 changed files with 4 additions and 1 deletions
|
@ -30907,7 +30907,10 @@ provided by other Emacs packages dealing with pass:
|
|||
(build-system emacs-build-system)
|
||||
(inputs (list imagemagick))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:test-command
|
||||
(list "emacs" "--batch" "-l" "image+.el" "-l" "image+-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'configure
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue