diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index b787d6207f8..f7f8a60d230 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -362,6 +362,7 @@ risk.") | |||
| 362 | (build-system cargo-build-system) | 362 | (build-system cargo-build-system) |
| 363 | (arguments | 363 | (arguments |
| 364 | (list | 364 | (list |
| 365 | #:tests? #~(not (%current-target-system)) | ||
| 365 | #:phases | 366 | #:phases |
| 366 | #~(modify-phases %standard-phases | 367 | #~(modify-phases %standard-phases |
| 367 | (add-after 'install 'build-python-module | 368 | (add-after 'install 'build-python-module |
| @@ -568,6 +569,7 @@ ciphers, message digests and key derivation functions.") | |||
| 568 | (guix build utils) | 569 | (guix build utils) |
| 569 | (srfi srfi-1) | 570 | (srfi srfi-1) |
| 570 | (ice-9 match)) | 571 | (ice-9 match)) |
| 572 | #:tests? #~(not (%current-target-system)) | ||
| 571 | #:install-source? #f | 573 | #:install-source? #f |
| 572 | ;; As seen in noxfile.py | 574 | ;; As seen in noxfile.py |
| 573 | #:cargo-test-flags ''("--release" "--no-default-features") | 575 | #:cargo-test-flags ''("--release" "--no-default-features") |
