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

* gnu/packages/crates-io.scm (rust-runtime-0.3)[arguments]: Don't skip
the build.
[cargo-development-inputs]: Add rust-failure-0.1, rust-futures-0.1,
rust-futures-preview-0.3, rust-juliex-0.3, rust-mio-0.6, rust-rand-0.7,
rust-runtime-tokio-0.3, rust-tokio-0.1.

Change-Id: I35a864a568898ca8ffe83f008104fb1e1a77c0fa
This commit is contained in:
Efraim Flashner 2023-11-05 17:26:02 +02:00
parent 4a971e2d1c
commit bb525bad15
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -62683,13 +62683,21 @@ console applications.")
(base32 "04aj2jslnndwhhbvp9ysdgh98vfy6lk6f0rzqsan5wlfpd70nzc3"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-futures-preview" ,rust-futures-preview-0.3)
("rust-pin-project" ,rust-pin-project-0.4)
("rust-runtime-attributes" ,rust-runtime-attributes-0.3)
("rust-runtime-native" ,rust-runtime-native-0.3)
("rust-runtime-raw" ,rust-runtime-raw-0.3))))
("rust-runtime-raw" ,rust-runtime-raw-0.3))
#:cargo-development-inputs
(("rust-failure" ,rust-failure-0.1)
("rust-futures" ,rust-futures-0.1)
("rust-futures-preview" ,rust-futures-preview-0.3)
("rust-juliex" ,rust-juliex-0.3)
("rust-mio" ,rust-mio-0.6)
("rust-rand" ,rust-rand-0.7)
("rust-runtime-tokio" ,rust-runtime-tokio-0.3)
("rust-tokio" ,rust-tokio-0.1))))
(home-page "https://github.com/rustasync/runtime")
(synopsis "Empowering everyone to build asynchronous software")
(description