gnu: Add rust-clippy-mini-macro-test-0.1.

* gnu/packages/crates-io.scm (rust-clippy-mini-macro-test-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Aleksandr Vityazev 2022-01-17 13:23:01 +00:00 committed by Nicolas Goaziou
parent 50c101c51a
commit 05845af4d5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10349,6 +10349,27 @@ (define-public rust-clippy-lints-0.0.153
in Rust")
(license license:mpl2.0)))
(define-public rust-clippy-mini-macro-test-0.1
(package
(name "rust-clippy-mini-macro-test")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "clippy-mini-macro-test" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1f1q09az4xk4aqnp8g1m6kf4hif75gr7rwzhh4yw7g1gqk94jsgq"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t))
(home-page "https://github.com/rust-lang-nursery/rust-clippy")
(synopsis "Macro to test clippy's procedural macro checks")
(description
"This package provides a macro to test clippy's procedural macro
checks.")
(license license:mpl2.0)))
(define-public rust-clircle-0.3
(package
(name "rust-clircle")