1
Fork 0
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:
Liliana Marie Prikler 2025-03-16 18:51:15 +01:00
parent cd3013c2cf
commit cb25c2898d
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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