me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-quasi-0.32.

* gnu/packages/crates-io.scm (rust-quasi-0.32): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Valentin Ignatev 2020-01-18 02:29:13 +03:00 committed by Efraim Flashner
parent b18c509694
commit b4e0166e2d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 26 additions and 0 deletions

View File

@ -9553,6 +9553,32 @@ stack pointer and inspect the properties of the stack.")
"This package provides a collection of approximate quantile algorithms.") "This package provides a collection of approximate quantile algorithms.")
(license license:expat))) (license license:expat)))
(define-public rust-quasi-0.32
(package
(name "rust-quasi")
(version "0.32.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "quasi" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1csqqgz3aw85q570ywmhb34r3sqgi1sprf8xadfwzlfnai45ri0q"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-clippy" ,rust-clippy-0.0)
("rust-syntex-errors" ,rust-syntex-errors-0.58)
("rust-syntex-syntax" ,rust-syntex-syntax-0.58))))
(home-page "https://github.com/serde-rs/quasi")
(synopsis "Quasi-quoting macro system")
(description
"This package provides a quasi-quoting macro system.")
(license (list license:expat license:asl2.0))))
(define-public rust-quick-error-1.2 (define-public rust-quick-error-1.2
(package (package
(name "rust-quick-error") (name "rust-quick-error")