GNU bug report logs - #46192
[PATCH 01/22] gnu: Add rust-boxfnonce-0.1.

Previous Next

Package: guix-patches;

Reported by: aecepoglu <aecepoglu <at> fastmail.fm>

Date: Sat, 30 Jan 2021 14:12:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #47 received at 46192 <at> debbugs.gnu.org (full text, mbox):

From: aecepoglu <aecepoglu <at> fastmail.fm>
To: 46192 <at> debbugs.gnu.org
Subject: [PATCH 16/22] gnu: Add rust-slog-stdlog-3.
Date: Sat, 30 Jan 2021 17:33:35 +0300
* gnu/packages/crates-io.scm (rust-slog-stdlog-3): New variable.
---
 gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e48dfec61c..e86d97c85f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33115,6 +33115,36 @@ data type.")
             license:expat
             license:asl2.0))))
 
+(define-public rust-slog-stdlog-3
+  (package
+    (name "rust-slog-stdlog")
+    (version "3.0.5")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "slog-stdlog" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "00fgkrg27n5lwz3gdccl1jslgbvc40rd2v76xvwkcgqy7mbnki7i"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-crossbeam" ,rust-crossbeam-0.2)
+         ("rust-log" ,rust-log-0.3)
+         ("rust-slog" ,rust-slog-2)
+         ("rust-slog-scope" ,rust-slog-scope-4))))
+    (home-page "https://github.com/slog-rs/stdlog")
+    (synopsis "`log` crate adapter for slog-rs")
+    (description "`log` crate adapter for slog-rs")
+    (license
+      (list license:mpl2.0
+            license:expat
+            license:asl2.0))))
+
 (define-public rust-slog-term-2
   (package
     (name "rust-slog-term")
-- 
2.30.0





This bug report was last modified 4 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.