mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-interleave: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-interleave)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ecukes.
This commit is contained in:
parent
df26be554e
commit
9dda9bb4c9
1 changed files with 5 additions and 0 deletions
|
@ -15106,6 +15106,11 @@ package @code{emacs-major-mode-hydra} for a user-friendly interface.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0l5b681mrpk12lx5c16m7kc13p29z6zismwg1llsjg7cdmrmsrcb"))))
|
(base32 "0l5b681mrpk12lx5c16m7kc13p29z6zismwg1llsjg7cdmrmsrcb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-command
|
||||||
|
#~(list "emacs" "--no-init-file" "--batch"
|
||||||
|
"--eval=(require 'ecukes)" "--eval=(ecukes)")))
|
||||||
|
(native-inputs (list emacs-ecukes))
|
||||||
(home-page "https://github.com/rudolfochrist/interleave")
|
(home-page "https://github.com/rudolfochrist/interleave")
|
||||||
(synopsis "Emacs minor mode to interleave notes and text books")
|
(synopsis "Emacs minor mode to interleave notes and text books")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue