guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Remove rust-clippy.


From: guix-commits
Subject: 01/01: gnu: Remove rust-clippy.
Date: Sun, 6 Oct 2019 08:15:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d24d980e8e649911ec551530b58519e8d9995c69
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 6 14:38:02 2019 +0300

    gnu: Remove rust-clippy.
    
    This was added by accident in 14f3a7e37314451b9b93d7b7536f3ae3dec1ed68.
    
    * gnu/packages/crates-io.scm (rust-clippy): Remove variable.
---
 gnu/packages/crates-io.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b4b1a04..51d9363 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -476,31 +476,6 @@ depending on a large number of #[cfg] parameters.  
Structured like an
 colorization.")
     (license license:expat)))
 
-(define-public rust-clippy
-  (package
-    (name "rust-clippy")
-    (version "0.0.302")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "clippy" version))
-        (file-name
-          (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32
-            "1562x3sq9mgmc8j39gd34wqm7ybrdvpmj7cc1n450gwsawayw4fr"))))
-    (build-system cargo-build-system)
-    (arguments
-      `(#:cargo-inputs
-        (("rust-term" ,rust-term))))
-    (home-page "https://github.com/rust-lang/rust-clippy";)
-    (synopsis
-      "A bunch of helpful lints to avoid common pitfalls in Rust.")
-    (description
-      "This package provides a bunch of helpful lints to avoid common pitfalls 
in Rust.")
-    (license (list license:asl2.0
-                   license:expat))))
-
 (define-public rust-cloudabi
   (package
     (name "rust-cloudabi")



reply via email to

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