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:
Efraim Flashner 2020-02-29 22:12:20 +02:00
parent 7239682f5a
commit 0e327e339b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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(_)}")