me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2023-11-05 17:28:18 +02:00
parent 8760974a43
commit 2bad4b666c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -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")