gnu: rust-runtime-attributes-0.3: Don't skip build.

* gnu/packages/crates-io.scm (rust-runtime-attributes-0.3)[arguments]:
Don't skip the build.
[cargo-development-inputs]: Add rust-runtime-raw-0.3.

Change-Id: I71bc7f8b68d693cf90bad76f9ed21a3fffe42f23
This commit is contained in:
Efraim Flashner 2023-11-05 17:27:14 +02:00
parent bb525bad15
commit 57ad86df58
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -62720,11 +62720,12 @@ please consider using @code{async-std} or @code{tokio}.")
(base32 "08n9sqpiwbjm7scyqz0xp57nggzb15rb0sydidw50lx0j0k9xn2n"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
("rust-syn" ,rust-syn-1))
#:cargo-development-inputs
(("rust-runtime-raw" ,rust-runtime-raw-0.3))))
(home-page "https://github.com/rustasync/runtime")
(synopsis "Proc Macro attributes for the Runtime crate")
(description