mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rust-parking-lot-0.9: Inherit from rust-parking-lot-0.10.
* gnu/packages/crates-io.scm (rust-parking-lot-0.9): Inherit from rust-parking-lot-0.10. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
85f90a96f1
commit
9068ccbadd
1 changed files with 2 additions and 8 deletions
|
@ -9502,6 +9502,7 @@ synchronization primitives.")
|
|||
|
||||
(define-public rust-parking-lot-0.9
|
||||
(package
|
||||
(inherit rust-parking-lot-0.10)
|
||||
(name "rust-parking-lot")
|
||||
(version "0.9.0")
|
||||
(source
|
||||
|
@ -9513,7 +9514,6 @@ synchronization primitives.")
|
|||
(sha256
|
||||
(base32
|
||||
"0lk2vq3hp88ygpgsrypdr3ss71fidnqbykva0csgxhmn5scb2hpq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
|
@ -9523,13 +9523,7 @@ synchronization primitives.")
|
|||
(("rust-bincode" ,rust-bincode-1.1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-rand" ,rust-rand-0.4)
|
||||
("rust-rustc-version" ,rust-rustc-version-0.2))))
|
||||
(home-page "https://github.com/Amanieu/parking_lot")
|
||||
(synopsis "Compact standard synchronization primitives")
|
||||
(description
|
||||
"More compact and efficient implementations of the standard
|
||||
synchronization primitives.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
("rust-rustc-version" ,rust-rustc-version-0.2))))))
|
||||
|
||||
(define-public rust-parking-lot-0.8
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue