mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: sequoia-sq: Skip a test.
* gnu/packages/sequoia.scm (sequoia-sq)[arguments]: Add cargo-test-flags to skip a test. Change-Id: I7e614a1990d25eec394a3cb98c5c15c8125876a6
This commit is contained in:
parent
c33e95b548
commit
e5c0b62deb
1 changed files with 4 additions and 0 deletions
|
@ -589,6 +589,10 @@ (define-public sequoia-sq
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-source? #f
|
`(#:install-source? #f
|
||||||
|
#:cargo-test-flags
|
||||||
|
(list "--release" "--"
|
||||||
|
;; The certificate has an expiration date.
|
||||||
|
"--skip=sq_autocrypt_import")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-buffered-reader" ,rust-buffered-reader-1)
|
("rust-buffered-reader" ,rust-buffered-reader-1)
|
||||||
|
|
Loading…
Reference in a new issue