mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ol-notmuch: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch) [arguments]{test-command}: Set it to fix tests. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
686c61beb5
commit
54e89b3021
1 changed files with 3 additions and 0 deletions
|
@ -10647,6 +10647,9 @@ src blocks.")
|
||||||
"1xipph77bzxhd6jspxz0ppja4p0wzrkhp4y41nix3lcky3f7a6s1"))
|
"1xipph77bzxhd6jspxz0ppja4p0wzrkhp4y41nix3lcky3f7a6s1"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-command
|
||||||
|
#~(list "make" "check-declare")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat emacs-notmuch emacs-org))
|
(list emacs-compat emacs-notmuch emacs-org))
|
||||||
(home-page "https://github.com/tarsius/ol-notmuch")
|
(home-page "https://github.com/tarsius/ol-notmuch")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue