mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
ba05f98d14
commit
19a9af86a6
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue