mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-parseedn: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-parseedn) [arguments]{test-command}: Set it. [native-inputs]: Add emacs-eldev. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d06ffdd7e3
commit
82af10e99f
1 changed files with 4 additions and 0 deletions
|
@ -39376,6 +39376,10 @@ data, including buffers, window configuration, variables, and more.")
|
|||
(sha256
|
||||
(base32 "0b2jralm5lm4z4lpkn8ygzfga67xsalaszc8gqqv36khmz2mrckc"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command
|
||||
#~(list "eldev" "--use-emacsloadpath" "-dtT" "-p" "test")))
|
||||
(native-inputs (list emacs-eldev))
|
||||
(propagated-inputs
|
||||
(list emacs-a emacs-parseclj))
|
||||
(home-page "https://cider.mx")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue