From 89e5423784818be94542009a0077687aa4d1a391 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 1 Apr 2024 14:08:34 +0300 Subject: gnu: rust-aes-0.7: Don't skip the build. * gnu/packages/crates-crypto.scm (rust-aes-0.7)[arguments]: Don't skip the build. [cargo-development-inputs]: Add rust-cipher-0.3, rust-hex-literal-0.2. Change-Id: I156fe5ce5a7fc8bdb1ac276552fb99397598bb1d --- gnu/packages/crates-crypto.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm index 00141d84a0..436ff0d4c6 100644 --- a/gnu/packages/crates-crypto.scm +++ b/gnu/packages/crates-crypto.scm @@ -193,13 +193,14 @@ (define-public rust-aes-0.7 (sha256 (base32 "1f0sdx2fsa8w3l7xzsyi9ry3shvnnsgc0znh50if9fm95vslg2wy")))) (arguments - `(#:skip-build? #t - #:cargo-inputs + `(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1) ("rust-cipher" ,rust-cipher-0.3) ("rust-cpufeatures" ,rust-cpufeatures-0.2) ("rust-ctr" ,rust-ctr-0.8) - ("rust-opaque-debug" ,rust-opaque-debug-0.3)))))) + ("rust-opaque-debug" ,rust-opaque-debug-0.3)) + #:cargo-development-inputs (("rust-cipher" ,rust-cipher-0.3) + ("rust-hex-literal" ,rust-hex-literal-0.2)))))) (define-public rust-aes-0.6 (package -- cgit v1.2.3