gnu: Remove rust-clippy.
This was added by accident in 14f3a7e373
.
* gnu/packages/crates-io.scm (rust-clippy): Remove variable.
This commit is contained in:
parent
aa64198492
commit
d24d980e8e
|
@ -476,31 +476,6 @@ depending on a large number of #[cfg] parameters. Structured like an
|
||||||
colorization.")
|
colorization.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-cloudabi
|
||||||
(package
|
(package
|
||||||
(name "rust-cloudabi")
|
(name "rust-cloudabi")
|
||||||
|
|
Loading…
Reference in New Issue