lilyp pushed a commit to branch emacs-team
in repository guix.
commit e95106ef2dfbdb3b3cc120218427d109eb109809
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Apr 14 14:47:09 2025 +0200
gnu: emacs-org-reveal: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-org-reveal)[arguments]: Add #:tests? #f.
Change-Id: I90f958add7bc43d6f8e6d70dd086801e8c8fb3e6
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emacs-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c063af6778..b369ecd113 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28007,6 +28007,7 @@ notes.")
(base32
"1ck8v9qwk434w4ib9bmlmpqmiv8k1is5bcr5h7pnswgmgma68dka"))))
(build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; no tests
(home-page "https://github.com/yjwen/org-reveal")
(synopsis "Org and Reveal.js powered HTML presentation tool")
(description "Org-Reveal is a @command{org-mode} extension that allows