me
/
guix
Archived
1
0
Fork 0

gnu: rust-speculate-0.1: Fix build.

* gnu/packages/crates-io.scm (rust-speculate-0.1)[arguments]: Don't skip
build, skip tests.
[cargo-inputs]: Replace rust-quote-1 with 0.6, rust-syn-0.15 with 0.14.
master
Efraim Flashner 2021-11-10 14:21:02 +02:00
parent e765520510
commit 4c6f9450a5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -48172,11 +48172,11 @@ track of where each new file and line starts.")
"0ph01n3fqkmnfr1wd13dqsi4znv06xy6p4h3hqqdzk81r0r5vd1w"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
`(#:tests? #f
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-0.15)
("rust-quote" ,rust-quote-0.6)
("rust-syn" ,rust-syn-0.14)
("rust-unicode-xid" ,rust-unicode-xid-0.1))))
(home-page "https://github.com/utkarshkukreti/speculate.rs")
(synopsis "RSpec inspired testing framework for Rust")