mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-uu-whoami-0.0.23.
* gnu/packages/crates-io.scm (rust-uu-whoami-0.0.23): New variable. Change-Id: I8abfad3b77c63b7f65a6b1541c599d312b366a61
This commit is contained in:
parent
71d12e5142
commit
c8793458da
1 changed files with 23 additions and 0 deletions
|
@ -85045,6 +85045,29 @@ (define-public rust-utf8parse-0.1
|
|||
(base32
|
||||
"0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7"))))))
|
||||
|
||||
(define-public rust-uu-whoami-0.0.23
|
||||
(package
|
||||
(name "rust-uu-whoami")
|
||||
(version "0.0.23")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "uu_whoami" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0k9p305ph1nx29gr02alasj3y8xczhh8yaxj3zzcnd0znk1rsn3h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-clap" ,rust-clap-4)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-uucore" ,rust-uucore-0.0.25)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.48))))
|
||||
(home-page "https://github.com/uutils/coreutils")
|
||||
(synopsis
|
||||
"whoami ~ (uutils) display user name of current effective user ID")
|
||||
(description "This package provides the @code{whoami} command from uutils.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-uucore-0.0.25
|
||||
(package
|
||||
(name "rust-uucore")
|
||||
|
|
Loading…
Reference in a new issue