me
/
guix
Archived
1
0
Fork 0

gnu: rust-async-mutex-1: Don't skip the build.

* gnu/packages/crates-io.scm (rust-async-mutex-1)[arguments]: Don't skip
the build.
[cargo-development-inputs]: Add rust-async-std-1.

Change-Id: I143bb43e254497d1a9eab912bfae5f9e5734e3e5
master
Efraim Flashner 2024-01-22 12:00:02 +02:00
parent ec7041146c
commit 56ffeb731e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -3809,11 +3809,10 @@ crate.")
(base32 "0vhmsscqx48dmxw0yir6az0pbwcq6qjvcv2f43vdpn95vd9bi7a7"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #true ;XXX: enable when rust-async-std-1 is packaged
#:cargo-inputs
`(#:cargo-inputs
(("rust-event-listener" ,rust-event-listener-2))
#:cargo-development-inputs
(;("rust-async-std" ,rust-async-std-1)
(("rust-async-std" ,rust-async-std-1)
("rust-futures" ,rust-futures-0.3)
("rust-futures-intrusive" ,rust-futures-intrusive-0.3)
("rust-futures-lite" ,rust-futures-lite-1)