gnu: Add rust-find-crate-0.6.
* gnu/packages/crates-io.scm (rust-find-crate-0.6): New variable. Change-Id: Ia0c8a130ee81b941d853d7bc5d4c7f8655409b91 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
f9d7a60a86
commit
918f10f8e3
|
@ -27379,6 +27379,30 @@ representation.")
|
||||||
implementation.")
|
implementation.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-find-crate-0.6
|
||||||
|
(package
|
||||||
|
(name "rust-find-crate")
|
||||||
|
(version "0.6.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "find-crate" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ljpkh11gj7940xwz47xjhsvfbl93c2q0ql7l2v0w77amjx8paar"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-toml" ,rust-toml-0.5))
|
||||||
|
#:cargo-development-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-semver" ,rust-semver-0.11))))
|
||||||
|
(home-page "https://github.com/taiki-e/find-crate")
|
||||||
|
(synopsis "Find the crate name from the current @code{Cargo.toml}")
|
||||||
|
(description
|
||||||
|
"This package provides finding the crate name from the current
|
||||||
|
@code{Cargo.toml}.")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-findshlibs-0.10
|
(define-public rust-findshlibs-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-findshlibs")
|
(name "rust-findshlibs")
|
||||||
|
|
Reference in New Issue