me
/
guix
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.
master
Efraim Flashner 2023-01-12 17:03:07 +02:00 committed by Maxim Cournoyer
parent c36d77a054
commit 1577a6b239
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 6 additions and 5 deletions

View File

@ -39365,11 +39365,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")