gnu: rust-parking-lot-core-0.8: Fix dependencies.
This is a follow-up to d16298196c
.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.8)[arguments]: In
cargo-inputs replace rust-cfg-if-0.1 with 1, rust-redox-syscall-0.1 with
0.2, rust-thread-id-3 with 4. Remove rust-cloudabi-0.1.
parent
2d8daae3bd
commit
25c66d69b2
|
@ -40651,14 +40651,13 @@ synchronization primitives.")
|
|||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-backtrace" ,rust-backtrace-0.3)
|
||||
("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-cloudabi" ,rust-cloudabi-0.1)
|
||||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-instant" ,rust-instant-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-petgraph" ,rust-petgraph-0.5)
|
||||
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||
("rust-redox-syscall" ,rust-redox-syscall-0.2)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thread-id" ,rust-thread-id-3)
|
||||
("rust-thread-id" ,rust-thread-id-4)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/Amanieu/parking_lot")
|
||||
(synopsis "API for creating custom synchronization primitives")
|
||||
|
|
Reference in New Issue