guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/134: gnu: Add rust-clippy-mini-macro-test-0.1.


From: guix-commits
Subject: 51/134: gnu: Add rust-clippy-mini-macro-test-0.1.
Date: Sat, 22 Jan 2022 07:38:52 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 05845af4d5b53579b99427f646d89d99b2e4d5ae
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 13:23:01 2022 +0000

    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>
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b844365d25..6ede8700c8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10349,6 +10349,27 @@ pitfalls in Rust.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]