mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-anzu: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-anzu)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
8f82b25548
commit
95d1875800
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue