mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-flame-0.2: Don't skip build.
* gnu/packages/crates-io.scm (rust-flame-0.2)[arguments]: Don't skip build. Replace rust-lazy-static-1 with 0.2 in cargo-inputs.
This commit is contained in:
parent
107afd67a2
commit
7239682f5a
1 changed files with 2 additions and 3 deletions
|
@ -4975,9 +4975,8 @@ (define-public rust-flame-0.2
|
|||
"0c5bmhyimzxch3pmh0w3z9n57saasgix4bmbbksr9vp1c5j71hhz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
`(#:cargo-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-0.2)
|
||||
("rust-serde" ,rust-serde-1.0)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
|
|
Loading…
Reference in a new issue