mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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>
This commit is contained in:
parent
f9d7a60a86
commit
918f10f8e3
1 changed files with 24 additions and 0 deletions
|
@ -27379,6 +27379,30 @@ (define-public rust-field-offset-0.3
|
|||
implementation.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-findshlibs")
|
||||
|
|
Loading…
Reference in a new issue