me
/
guix
Archived
1
0
Fork 0

gnu: rust-aesni-0.7: Skip build.

* gnu/packages/crates-io.scm (rust-aesni-0.7)[arguments]: Skip build.
Efraim Flashner 2023-10-08 12:49:16 +03:00
parent 9db579fdc2
commit 5bf67e6736
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -2431,7 +2431,8 @@ This package is deprecated and was replaced by the @code{aes} crate.")
(base32
"0r6j0mjkyqnwvgib01cvrwfw8rlx1biw75234niv723n1fdx6l6h"))))
(arguments
`(#:cargo-inputs
`(#:skip-build? #t
#:cargo-inputs
(("rust-block-cipher" ,rust-block-cipher-0.7)
("rust-opaque-debug" ,rust-opaque-debug-0.2)
("rust-stream-cipher" ,rust-stream-cipher-0.4))