mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helm-pass: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-helm-pass) [arguments]{tests?}: Disable them. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
05f7d8dc48
commit
3213f1561c
1 changed files with 3 additions and 0 deletions
|
@ -30655,6 +30655,9 @@ e.g: @code{from:Peter to:Anne flag:attach search term}.")
|
|||
(base32
|
||||
"19w24isddzamkikq17vbv3y7ha22i7wc09d2nqw1j0qwhrrfkng9"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
;; There's a test dir, but it's only for dev environment.
|
||||
(list #:tests? #f))
|
||||
(propagated-inputs
|
||||
(list emacs-helm emacs-password-store))
|
||||
(home-page "https://github.com/emacs-helm/helm-pass")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue