mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-rustc-rayon-0.4: Fix inputs.
* gnu/packages/crates-io.scm (rust-rustc-rayon-0.4)[cargo-inputs]: Replace rust-crossbeam-deque-0.7 with 0.8. [cargo-development-inputs]: Add rust-lazy-static-1, rust-rand-0.8, rust-rand-xorshift-0.3, rust-serde-1. Change-Id: I11020c9a278eb4f7e677149ce5c4ce4758b5ad55
This commit is contained in:
parent
4084b3331e
commit
4fbb60b647
1 changed files with 6 additions and 2 deletions
|
@ -62775,11 +62775,15 @@ (define-public rust-rustc-rayon-0.4
|
|||
`(#:tests? #f ;XXX can not find rayon?
|
||||
#:cargo-inputs
|
||||
(("rust-autocfg" ,rust-autocfg-1)
|
||||
("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
|
||||
("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
|
||||
("rust-either" ,rust-either-1)
|
||||
("rust-rustc-rayon-core" ,rust-rustc-rayon-core-0.4))
|
||||
#:cargo-development-inputs
|
||||
(("rust-docopt" ,rust-docopt-1))))))
|
||||
(("rust-docopt" ,rust-docopt-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-rand-xorshift" ,rust-rand-xorshift-0.3)
|
||||
("rust-serde" ,rust-serde-1))))))
|
||||
|
||||
(define-public rust-rustc-rayon-core-0.5
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue