mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove rust-rustc-tools-util-0.2.
* gnu/packages/crates-io.scm (rust-rustc-tools-util-0.2): Delete variable.
This commit is contained in:
parent
90126f5f56
commit
4a00971ecc
1 changed files with 0 additions and 23 deletions
|
@ -50387,29 +50387,6 @@ (define-public rust-rustc-test-0.3
|
||||||
require unstable language features.")
|
require unstable language features.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-rustc-tools-util-0.2
|
|
||||||
(package
|
|
||||||
(name "rust-rustc-tools-util")
|
|
||||||
(version "0.2.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "rustc_tools_util" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1vj4ymv29igs7n52m12k138zbsn5k5d7ya4sys6lig7sx7ddl9dp"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments '(#:skip-build? #t))
|
|
||||||
(home-page
|
|
||||||
"https://github.com/rust-lang/rust-clippy")
|
|
||||||
(synopsis
|
|
||||||
"small helper to generate version information for git packages")
|
|
||||||
(description
|
|
||||||
"small helper to generate version information for git packages")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-rustc-version-0.4
|
(define-public rust-rustc-version-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-rustc-version")
|
(name "rust-rustc-version")
|
||||||
|
|
Loading…
Reference in a new issue