[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46192] [PATCH 17/22] gnu: Add rust-slog-scope-4.
From: |
aecepoglu |
Subject: |
[bug#46192] [PATCH 17/22] gnu: Add rust-slog-scope-4. |
Date: |
Sat, 30 Jan 2021 17:33:41 +0300 |
* gnu/packages/crates-io.scm (rust-slog-scope-4): New variable.
---
gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e86d97c85f..6e19692900 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33115,6 +33115,35 @@ data type.")
license:expat
license:asl2.0))))
+(define-public rust-slog-scope-4
+ (package
+ (name "rust-slog-scope")
+ (version "4.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "slog-scope" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1riyabmd2qz984ff6dn5d540p17px99q6cdfs4vlbbmhv2fwhi3w"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build?
+ #t
+ #:cargo-inputs
+ (("rust-arc-swap" ,rust-arc-swap-0.4)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-slog" ,rust-slog-2))))
+ (home-page "https://github.com/slog-rs/slog")
+ (synopsis "Logging scopes for slog-rs")
+ (description "Logging scopes for slog-rs")
+ (license
+ (list license:mpl2.0
+ license:expat
+ license:asl2.0))))
+
(define-public rust-slog-stdlog-3
(package
(name "rust-slog-stdlog")
--
2.30.0
- [bug#46192] [PATCH 10/22] gnu: Add rust-rmp-serde-0.13., (continued)
- [bug#46192] [PATCH 10/22] gnu: Add rust-rmp-serde-0.13., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 11/22] gnu: Add rust-serdeconv-0.3., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 13/22] gnu: Add rust-trackable-0.2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 12/22] gnu: Add rust-trackable-derive-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 15/22] gnu: Add rust-crossbeam-0.2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 21/22] gnu: Add rust-whoami-0.8., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 14/22] gnu: Add rust-slog-term-2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 22/22] gnu: Add kak-lsp., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 16/22] gnu: Add rust-slog-stdlog-3., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 17/22] gnu: Add rust-slog-scope-4.,
aecepoglu <=
- [bug#46192] [PATCH 18/22] gnu: Add rust-slog-kvfilter-0.7., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 20/22] gnu: Add rust-sloggers-0.3., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 19/22] gnu: Add rust-slog-async-2., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 01/22] gnu: Add rust-boxfnonce-0.1., Nicolas Goaziou, 2021/01/30
- [bug#46192] [PATCH 01/22] gnu: Add rust-boxfnonce-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 02/22] gnu: Add rust-daemonize-0.4., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 05/22] gnu: Add rust-ropey-1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 04/22] gnu: Add rust-enum-primitive-0.1., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 03/22] gnu: Add rust-jsonrpc-core-14., aecepoglu, 2021/01/30
- [bug#46192] [PATCH 06/22] gnu: Add rust-serde-repl-0.1., aecepoglu, 2021/01/30