[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46192] [PATCH 21/22] gnu: Add rust-whoami-0.8.
From: |
aecepoglu |
Subject: |
[bug#46192] [PATCH 21/22] gnu: Add rust-whoami-0.8. |
Date: |
Sun, 31 Jan 2021 01:45:11 +0300 |
* gnu/packages/crates-io.scm (rust-whoami-0.8): New variable.
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0f7e6b8fd7..4ce7c0b88b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41719,6 +41719,27 @@ Locate installed executable in cross platforms.")
#:cargo-development-inputs
(("rust-tempdir" ,rust-tempdir-0.3))))))
+(define-public rust-whoami-0.8
+ (package
+ (name "rust-whoami")
+ (version "0.8.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "whoami" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "14f3vqv6x7pli2nnm5vv9ip30zkzvvp5cidrh4g8isjqn52bi3m0"))))
+ (build-system cargo-build-system)
+ (home-page "https://libcala.github.io/whoami")
+ (synopsis
+ "Retrieve the current user and environment")
+ (description
+ "This library provides ability to retrieve the current user and
environment")
+ (license (list license:expat license:boost1.0))))
+
(define-public rust-wide-0.4
(package
(name "rust-wide")
--
2.30.0
- [bug#46192] [PATCH 09/22] gnu: Add rust-rmp-0.8., (continued)
- [bug#46192] [PATCH 09/22] gnu: Add rust-rmp-0.8., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 10/22] gnu: Add rust-rmp-serde-0.13., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 07/22] gnu: Add rust-lsp-types-0.73., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 11/22] gnu: Add rust-serdeconv-0.3., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 12/22] gnu: Add rust-trackable-derive-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 14/22] gnu: Add rust-slog-term-2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 15/22] gnu: Add rust-crossbeam-0.2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 13/22] gnu: Add rust-trackable-0.2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 17/22] gnu: Add rust-slog-scope-4., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 18/22] gnu: Add rust-slog-kvfilter-0.7., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 21/22] gnu: Add rust-whoami-0.8.,
aecepoglu <=
- [bug#46192] [PATCH 16/22] gnu: Add rust-slog-stdlog-3., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 20/22] gnu: Add rust-sloggers-0.3., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 22/22] gnu: Add kak-lsp., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 19/22] gnu: Add rust-slog-async-2., aecepoglu, 2021/01/30