mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: emacs-mustache: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-mustache) [arguments]{test-command}: Set it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
61aa54bae5
commit
0f16e11d7d
1 changed files with 4 additions and 0 deletions
|
@ -22076,6 +22076,10 @@ publishing them to various output formats such as HTML, LaTeX, or PDF.")
|
|||
(sha256
|
||||
(base32 "1n2ymd92qpvsby6ms0l3kjhdzzc47rri2aiscc6bs07hm4mjpr9q"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command
|
||||
#~(list "emacs" "-Q" "-batch" "-L" "." "-l" "mustache-tests"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-ht emacs-s))
|
||||
(home-page "https://github.com/Wilfred/mustache.el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue