me
/
guix
Archived
1
0
Fork 0

gnu: rust-os-pipe-0.9: Fix inputs.

* gnu/packages/crates-io.scm (rust-os-pipe-0.9)[cargo-inputs]: Add
rust-libc-0.2, rust-winapi-0.3.
Efraim Flashner 2023-10-09 11:54:44 +03:00
parent 8b60fb1110
commit b6a810bbc8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 0 deletions

View File

@ -46226,6 +46226,9 @@ easy and usable crypto while trying to minimize the use of unsafe code.")
(sha256
(base32
"04yjs1hf88jjm17g8a2lr7ibxyyg460rzbgcw9f1yzihq833y8zv"))))
(arguments
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
("rust-winapi" ,rust-winapi-0.3))))
(native-inputs (list))))
(define-public rust-os-pipe-0.8