mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
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:
parent
c36d77a054
commit
1577a6b239
1 changed files with 6 additions and 5 deletions
|
@ -39365,11 +39365,12 @@ (define-public rust-parking-lot-0.12
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue