mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-liberime: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-liberime)[arguments]: Add #:test-command.
This commit is contained in:
parent
0a93ca8737
commit
22d6cd7459
1 changed files with 1 additions and 0 deletions
|
@ -39108,6 +39108,7 @@ REPL appropriate to the current major mode.")
|
|||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-command #~(list "make" "test" "EMACS=emacs --batch")
|
||||
#:include #~(cons "^src/liberime-core.so$" %default-include)
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue