mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-polymode-markdown: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-polymode-markdown) [arguments]{tests?}: Disable them. {test-command}: Set it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d5f2c26ebb
commit
c31a255ba4
1 changed files with 3 additions and 0 deletions
|
@ -24748,6 +24748,9 @@ lookup to YAML Mode. You could enable the mode with @code{(add-hook
|
|||
(sha256
|
||||
(base32 "1q4qq0ql08hxkdrd2aal03560k612my7bvnfpfij3g432hn0p7v6"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; XXX: FIXME Multiple failing tests.
|
||||
#:test-command #~(list "make" "test")))
|
||||
(propagated-inputs
|
||||
(list emacs-markdown-mode emacs-polymode))
|
||||
(properties '((upstream-name . "poly-markdown")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue