GNU bug report logs -
#66805
[PATCH 00/22] gnu: rust-apps: Add eza.
Previous Next
Reported by: Jaeme Sifat <jaeme <at> runbox.com>
Date: Sun, 29 Oct 2023 04:26:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 66805 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-uzers-0.11): New variable.
Signed-off-by: Jaeme Sifat <jaeme <at> runbox.com>
Change-Id: Ibf8373118929806667aade07f44bcc838f8e7e5c
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fc26147157..49efd1813f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -80540,6 +80540,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")
--
2.34.1
This bug report was last modified 1 year and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.