diff options
Diffstat (limited to 'gnu/packages/sequoia.scm')
-rw-r--r-- | gnu/packages/sequoia.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm index 6d6733c055..500116c14f 100644 --- a/gnu/packages/sequoia.scm +++ b/gnu/packages/sequoia.scm @@ -515,7 +515,8 @@ This Guix package is built to use the nettle cryptographic library.") (native-inputs (list clang pkg-config)) (arguments - `(#:install-source? #f + `(#:tests? ,(not (%current-target-system)) + #:install-source? #f #:cargo-inputs (("rust-anyhow" ,rust-anyhow-1) ("rust-chrono" ,rust-chrono-0.4) |