mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add rust-users-0.9.
* gnu/packages/crates-io.scm (rust-users-0.9): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d28ddc2b87
commit
5ccd167c01
1 changed files with 22 additions and 0 deletions
|
@ -13349,6 +13349,28 @@ (define-public rust-url-1.7
|
||||||
("rust-rustc-test" ,rust-rustc-test-0.3)
|
("rust-rustc-test" ,rust-rustc-test-0.3)
|
||||||
("rust-serde-json" ,rust-serde-json-1.0))))))
|
("rust-serde-json" ,rust-serde-json-1.0))))))
|
||||||
|
|
||||||
|
(define-public rust-users-0.9
|
||||||
|
(package
|
||||||
|
(name "rust-users")
|
||||||
|
(version "0.9.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "users" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1kxl3y2hcrqqip7jpqn5mz7xlpbwmmpfmaza0xnyrhx0mrkl4by7"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
|
||||||
|
(home-page "https://github.com/ogham/rust-users")
|
||||||
|
(synopsis "Library for getting information on Unix users and groups")
|
||||||
|
(description "This package provides a library for getting information on
|
||||||
|
Unix users and groups.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-utf-8-0.7
|
(define-public rust-utf-8-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-utf-8")
|
(name "rust-utf-8")
|
||||||
|
|
Loading…
Reference in a new issue