gnu: rust-runtime-raw-0.3: Don't skip build.
* gnu/packages/crates-io.scm (rust-runtime-raw-0.3)[arguments]: Don't skip the build. Change-Id: I13870508183a1d7fed8a25b005405f5c1b8d9283
parent
8760974a43
commit
2bad4b666c
|
@ -62775,8 +62775,7 @@ please consider using @code{async-std} or @code{tokio}.")
|
||||||
(base32 "0k02nd0cg27s5ixflzsxqhil5rfzw4z3v0yvqbxzlhps90rq19y1"))))
|
(base32 "0k02nd0cg27s5ixflzsxqhil5rfzw4z3v0yvqbxzlhps90rq19y1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-futures-preview" ,rust-futures-preview-0.3))))
|
(("rust-futures-preview" ,rust-futures-preview-0.3))))
|
||||||
(home-page "https://github.com/rustasync/runtime")
|
(home-page "https://github.com/rustasync/runtime")
|
||||||
(synopsis "Traits to implement custom Runtimes")
|
(synopsis "Traits to implement custom Runtimes")
|
||||||
|
|
Reference in New Issue