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: I156fe5ce5a7fc8bdb1ac276552fb99397598bb1dmaster
parent
ba05f98d14
commit
19a9af86a6
|
@ -193,13 +193,14 @@ ciphers implementations.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f0sdx2fsa8w3l7xzsyi9ry3shvnnsgc0znh50if9fm95vslg2wy"))))
|
(base32 "1f0sdx2fsa8w3l7xzsyi9ry3shvnnsgc0znh50if9fm95vslg2wy"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
("rust-cipher" ,rust-cipher-0.3)
|
("rust-cipher" ,rust-cipher-0.3)
|
||||||
("rust-cpufeatures" ,rust-cpufeatures-0.2)
|
("rust-cpufeatures" ,rust-cpufeatures-0.2)
|
||||||
("rust-ctr" ,rust-ctr-0.8)
|
("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
|
(define-public rust-aes-0.6
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue