lilyp pushed a commit to branch emacs-team
in repository guix.
commit c8f70013a5ef0391f6b5c04bfc2504cf1ccea005
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Mar 23 11:24:50 2025 +0100
gnu: emacs-symbol-overlay: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-symbol-overlay)[arguments]:
Add #:tests? #f.
---
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 c7a89949ad..d4a855375e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14223,6 +14223,7 @@ regardless of @code{highlight-symbol-idle-delay}.
(sha256
(base32 "0xqzn4j27xny3gmjan9phcl60zipp49p79nv57i7mpz8y0qahc59"))))
(build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; no tests
(home-page "https://github.com/wolray/symbol-overlay")
(synopsis "Highlight symbols and perform various search operations on
them")
(description