mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: emacs-markdown-mode: Handle tests.
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode)[arguments]: Add #:test-command. Disable with #:tests? #f.
This commit is contained in:
parent
a822566563
commit
07fb821544
1 changed files with 2 additions and 0 deletions
|
@ -16499,6 +16499,8 @@ Emacs buffers.")
|
|||
(sha256
|
||||
(base32 "1w6y18bg0fpvb5xwr827ynzbj0f0nh3dms3n0xq6hg38dcyly46b"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")
|
||||
#:tests? #f)) ; XXX: 5 unexpected results
|
||||
(home-page "https://jblevins.org/projects/markdown-mode/")
|
||||
(synopsis "Emacs Major mode for Markdown files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue