mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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:
parent
50c101c51a
commit
05845af4d5
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue