gnu: emacs-anzu: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-anzu)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-13 20:42:57 +01:00
parent 8f82b25548
commit 95d1875800
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -25597,6 +25597,7 @@ directories of plain text notes, inspired by Notational Velocity.")
(sha256
(base32 "1jnqzywzqq8jzvqaiba5szmj9zbxx9kvdmnaldwgldi8yyiy7il4"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(home-page "https://github.com/syohex/emacs-anzu")
(synopsis "Show number of matches in mode-line while searching")
(description