mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-selectrum: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-selectrum)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
95f8c6d5a3
commit
4e896f6fae
1 changed files with 1 additions and 0 deletions
|
@ -13885,6 +13885,7 @@ for Ivy and Company that make use of the library.")
|
|||
(sha256
|
||||
(base32 "02jrki6vzyfyi1bbslki5pk2348flh9dz18jkc4y7p60bvbr52cb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(home-page "https://github.com/raxod502/selectrum/")
|
||||
(synopsis "Incremental narrowing in Emacs")
|
||||
(description "Selectrum is a solution for incremental narrowing in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue