Archived
1
0
Fork 0

gnu: rust-parking-lot-0.12: Fix build.

* gnu/packages/crates-io.scm (rust-parking-lot-0.12)[arguments]: Enable
tests.
[cargo-inputs]: Remove rust-instant-0.1. Replace
rust-parking-lot-core-0.8 with 0.9.
[cargo-development-inputs]: Add rust-bincode-1, rust-rand-0.8.
This commit is contained in:
Efraim Flashner 2023-01-12 17:03:07 +02:00
parent 5814552d93
commit 9ab7cfd97f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -39115,11 +39115,12 @@ unparking.")
(base32 "13r2xk7mnxfc5g0g6dkdxqdqad99j7s7z8zhzz4npw5r0g0v4hip"))))
(build-system cargo-build-system)
(arguments
(list #:skip-build? #t
#:cargo-inputs
`(("rust-instant" ,rust-instant-0.1)
("rust-lock-api" ,rust-lock-api-0.4)
("rust-parking-lot-core" ,rust-parking-lot-core-0.8))))
(list #:cargo-inputs
`(("rust-lock-api" ,rust-lock-api-0.4)
("rust-parking-lot-core" ,rust-parking-lot-core-0.9))
#:cargo-development-inputs
`(("rust-bincode" ,rust-bincode-1)
("rust-rand" ,rust-rand-0.8))))
(home-page "https://github.com/Amanieu/parking_lot")
(synopsis
"Efficient implementations of the standard synchronization primitives")