1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: emacs-symbol-overlay: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-symbol-overlay)[arguments]:
Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-23 11:24:50 +01:00
parent 887fa4db8a
commit 2742d1064f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -14447,6 +14447,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