mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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 @@ (define-public rust-flamer-0.3
|
|||
"1b2d7jx80f3p7hqpgdi7wksaiq18k9w23p0cs2sxf7jbx2jx3bgj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:tests? #f ; Uses features not available in stable Rust release
|
||||
#:cargo-inputs
|
||||
(("rust-flame" ,rust-flame-0.2)
|
||||
("rust-quote" ,rust-quote-1.0)
|
||||
("rust-quote" ,rust-quote-0.6)
|
||||
("rust-syn" ,rust-syn-0.15))))
|
||||
(home-page "https://github.com/llogiq/flamer")
|
||||
(synopsis "Macro to insert @code{flame::start_guard(_)}")
|
||||
|
|
Loading…
Reference in a new issue