gnu: rust-flamer-0.3: Don't skip build.
* gnu/packages/crates-io.scm (rust-flamer-0.3)[arguments]: Don't skip build. Skip tests. Replace rust-quote-1.0 with 0.6 in cargo-inputs.
This commit is contained in:
parent
7239682f5a
commit
0e327e339b
1 changed files with 2 additions and 2 deletions
|
@ -5001,10 +5001,10 @@ cross platform API.")
|
||||||
"1b2d7jx80f3p7hqpgdi7wksaiq18k9w23p0cs2sxf7jbx2jx3bgj"))))
|
"1b2d7jx80f3p7hqpgdi7wksaiq18k9w23p0cs2sxf7jbx2jx3bgj"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:tests? #f ; Uses features not available in stable Rust release
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-flame" ,rust-flame-0.2)
|
(("rust-flame" ,rust-flame-0.2)
|
||||||
("rust-quote" ,rust-quote-1.0)
|
("rust-quote" ,rust-quote-0.6)
|
||||||
("rust-syn" ,rust-syn-0.15))))
|
("rust-syn" ,rust-syn-0.15))))
|
||||||
(home-page "https://github.com/llogiq/flamer")
|
(home-page "https://github.com/llogiq/flamer")
|
||||||
(synopsis "Macro to insert @code{flame::start_guard(_)}")
|
(synopsis "Macro to insert @code{flame::start_guard(_)}")
|
||||||
|
|
Reference in a new issue