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
This commit is contained in:
Efraim Flashner 2024-04-01 14:08:34 +03:00
parent ba05f98d14
commit 19a9af86a6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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