me
/
guix
Archived
1
0
Fork 0

gnu: rust-spin-0.9: Don't skip build.

* gnu/packages/crates-io.scm (rust-spin-0.9)[arguments]: Don't skip build.
Efraim Flashner 2022-02-28 11:44:11 +02:00
parent 8854a5e5ee
commit 7b006ca5cf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -57309,8 +57309,7 @@ track of where each new file and line starts.")
(base32 "1rch0my17z66fam7hbynvrcs6jk63b08jv4s04mhdksv1jz584ji"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-lock-api" ,rust-lock-api-0.4))))
(home-page "https://github.com/mvdnes/spin-rs")
(synopsis "Synchronization primitives based on spinning")