me
/
guix
Archived
1
0
Fork 0

gnu: rust-parking-lot-core-0.9: Fix build.

* gnu/packages/crates-io.scm (rust-parking-lot-core-0.9)[arguments]: Do not
skip build; add rust-windows-sys-0.36.
master
Ricardo Wurmus 2022-09-06 23:10:41 +02:00
parent d5f3ad8283
commit b9fa04fb2c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -41727,15 +41727,15 @@ synchronization primitives.")
"0ab95rljb99rm51wcic16jgbajcr6lgbqkrr21w7bc2wyb5pk8h9")))) "0ab95rljb99rm51wcic16jgbajcr6lgbqkrr21w7bc2wyb5pk8h9"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-backtrace" ,rust-backtrace-0.3) (("rust-backtrace" ,rust-backtrace-0.3)
("rust-cfg-if" ,rust-cfg-if-1) ("rust-cfg-if" ,rust-cfg-if-1)
("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)
("rust-petgraph" ,rust-petgraph-0.6) ("rust-petgraph" ,rust-petgraph-0.6)
("rust-redox-syscall" ,rust-redox-syscall-0.2) ("rust-redox-syscall" ,rust-redox-syscall-0.2)
("rust-smallvec" ,rust-smallvec-1) ("rust-smallvec" ,rust-smallvec-1)
("rust-thread-id" ,rust-thread-id-4)))) ("rust-thread-id" ,rust-thread-id-4)
("rust-windows-sys" ,rust-windows-sys-0.36))))
(home-page "https://github.com/Amanieu/parking_lot") (home-page "https://github.com/Amanieu/parking_lot")
(synopsis "API for creating custom synchronization primitives") (synopsis "API for creating custom synchronization primitives")
(description "This package provides an advanced API for creating custom (description "This package provides an advanced API for creating custom