me
/
guix
Archived
1
0
Fork 0

gnu: sequoia-sq: Skip a test.

* gnu/packages/sequoia.scm (sequoia-sq)[arguments]: Add cargo-test-flags
to skip a test.

Change-Id: I7e614a1990d25eec394a3cb98c5c15c8125876a6
master
Efraim Flashner 2024-07-22 00:06:37 +03:00
parent c33e95b548
commit e5c0b62deb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 0 deletions

View File

@ -589,6 +589,10 @@ rules are rather complex. This crate implements the whole grammar." )
(build-system cargo-build-system)
(arguments
`(#:install-source? #f
#:cargo-test-flags
(list "--release" "--"
;; The certificate has an expiration date.
"--skip=sq_autocrypt_import")
#:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1)
("rust-buffered-reader" ,rust-buffered-reader-1)