gnu: Add rust-home-0.5.

* gnu/packages/crates-io.scm (rust-home-0.5): New variable.
This commit is contained in:
Maxim Cournoyer 2021-06-03 16:59:14 -04:00
parent 93f2fde4c5
commit b96fd1a4a2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -17665,6 +17665,30 @@ (define-public rust-half-1
IEEE 754-2008 binary16 type.")
(license (list license:expat license:asl2.0))))
(define-public rust-home-0.5
(package
(name "rust-home")
(version "0.5.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "home" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0m3nfcksrj784liji1c5j47dymxw2l7hqy5fj90piadnwvrawmi4"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/brson/home")
(synopsis "Shared definitions of home directories")
(description "This packages provides the definition of @code{home_dir}
used by @command{cargo} and @command{rustup}, as well as functions to find the
correct value of @samp{CARGO_HOME} and @samp{RUSTUP_HOME}.")
(license (list license:expat license:asl2.0))))
(define-public rust-bat-0.17
(package
(name "rust-bat")