diff options
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index c7145bcb0c..d4eb667286 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -268,7 +268,8 @@ OpenBSD tool of the same name.") (base32 "1lmp83bxdg53c4n35fbwr3rkh6178y75fwsn25hf1kn62f2gbdnj")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs + `(#:tests? ,(not (%current-target-system)) + #:cargo-inputs (("rust-getrandom" ,rust-getrandom-0.2) ("rust-rpassword" ,rust-rpassword-7) ("rust-scrypt" ,rust-scrypt-0.11)))) @@ -1605,7 +1606,8 @@ SHA-3, and BLAKE2.") (base32 "05k0vn7gpbvjr925vjc5yzvhiyrmkw9pqmch5fr4ir7s8wiaq2fm")))) (build-system cargo-build-system) (arguments - `(;; Install the source so that Cargo.toml is installed, because that is + `(#:tests? ,(not (%current-target-system)) + ;; Install the source so that Cargo.toml is installed, because that is ;; the only reference to the license information. #:install-source? #t #:phases |