mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: Add rust-uzers-0.11.
* gnu/packages/crates-io.scm (rust-uzers-0.11): New variable. Signed-off-by: Jaeme Sifat <jaeme@runbox.com> Change-Id: Ibf8373118929806667aade07f44bcc838f8e7e5c Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b6de76b466
commit
a58ecbeb70
1 changed files with 23 additions and 0 deletions
|
@ -84103,6 +84103,29 @@ (define-public rust-uuid-macro-internal-1
|
|||
;; The user can choose either license.
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-uzers-0.11
|
||||
(package
|
||||
(name "rust-uzers")
|
||||
(version "0.11.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "uzers" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0qrzbhncbv4s52lgyzs2pxn1b6gmx9k7h1rdwdwix44cgvf87lkn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4))
|
||||
#:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.7))))
|
||||
(home-page "https://github.com/rustadopt/uzers-rs")
|
||||
(synopsis "Library for getting information on Unix users and groups")
|
||||
(description
|
||||
"This package provides a library for getting information on Unix users
|
||||
and groups. A more maintained fork of the @code{rust-users} crate.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-v-frame-0.3
|
||||
(package
|
||||
(name "rust-v-frame")
|
||||
|
|
Loading…
Reference in a new issue