gnu: crates-io.scm: Fix package references.

* gnu/packages/crates-io.scm (rust-aes-ctr-0.6)[cargo-inputs]: Correctly
refer to rust-ctr-0.6.
(rust-if-addrs-sys-0.3)[cargo-inputs]: Correctly refer to rust-cc-1.
This commit is contained in:
Efraim Flashner 2023-05-11 15:46:01 +03:00
parent ac50b1d1bb
commit 239575c285
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -2015,7 +2015,7 @@ ciphers implementations.")
(("rust-aes-soft" ,rust-aes-soft-0.6)
("rust-aesni" ,rust-aesni-0.10)
("rust-cipher" ,rust-cipher-0.2)
("rust-ctr", rust-ctr-0.6))
("rust-ctr" ,rust-ctr-0.6))
#:cargo-development-inputs
(("rust-cipher" ,rust-cipher-0.2))))
(home-page "https://github.com/RustCrypto/block-ciphers/tree/master/aes")
@ -28856,7 +28856,7 @@ on both POSIX and Microsoft Windows hosts.")
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-cc", rust-cc-1)
(("rust-cc" ,rust-cc-1)
("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/messense/if-addrs")
(synopsis "Retrieve the IP addresses for all network interfaces")