guix-commits
[Top][All Lists]
Advanced

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

40/109: gnu: Remove rust-clippy-lints-0.0.153.


From: guix-commits
Subject: 40/109: gnu: Remove rust-clippy-lints-0.0.153.
Date: Wed, 27 Dec 2023 10:11:00 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit d03c7a74a7f2bdb66147a209231e515e1a85df7c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 27 10:56:04 2023 +0200

    gnu: Remove rust-clippy-lints-0.0.153.
    
    * gnu/packages/crates-io.scm (rust-clippy-lints-0.0.153): Delete variable.
    
    Change-Id: I0b1986681873ee2fd85aa73b46068f2c5813fe01
---
 gnu/packages/crates-io.scm | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6aff61d875..cff125ce42 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13853,41 +13853,6 @@ colorization.")
 pitfalls in Rust.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-clippy-lints-0.0.153
-  (package
-    (name "rust-clippy-lints")
-    (version "0.0.153")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "clippy_lints" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "021w4cv2qwczkk0w4d6zy52yx6afi4yz5y29wq6xmb0wqwzp55ca"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-itertools" ,rust-itertools-0.6)
-        ("rust-lazy-static" ,rust-lazy-static-0.2)
-        ("rust-matches" ,rust-matches-0.1)
-        ("rust-pulldown-cmark" ,rust-pulldown-cmark-0.0.15)
-        ("rust-quine-mc-cluskey" ,rust-quine-mc-cluskey-0.2)
-        ("rust-regex-syntax" ,rust-regex-syntax-0.4)
-        ("rust-semver" ,rust-semver-0.6)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-derive" ,rust-serde-derive-1)
-        ("rust-toml" ,rust-toml-0.4)
-        ("rust-unicode-normalization" ,rust-unicode-normalization-0.1))))
-    (home-page "https://github.com/rust-lang-nursery/rust-clippy";)
-    (synopsis "helpful lints to avoid common pitfalls in Rust")
-    (description
-     "This package provides a bunch of helpful lints to avoid common pitfalls
-in Rust")
-    (license license:mpl2.0)))
-
 (define-public rust-clippy-mini-macro-test-0.1
   (package
     (name "rust-clippy-mini-macro-test")



reply via email to

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