mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: emacs-org-roam: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
cd3013c2cf
commit
cb25c2898d
1 changed files with 2 additions and 1 deletions
|
@ -40897,6 +40897,7 @@ go directly to where they belong.")
|
|||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-command #~(list "ert-runner" "tests")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; Move the extensions source files to the top level, which
|
||||
|
@ -40924,7 +40925,7 @@ go directly to where they belong.")
|
|||
(inputs
|
||||
(list graphviz))
|
||||
(native-inputs
|
||||
(list texinfo))
|
||||
(list emacs-ert-runner texinfo))
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
emacs-emacsql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue