guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#46192] [PATCH 18/22] gnu: Add rust-slog-kvfilter-0.7.


From: aecepoglu
Subject: [bug#46192] [PATCH 18/22] gnu: Add rust-slog-kvfilter-0.7.
Date: Sat, 30 Jan 2021 17:33:47 +0300

* gnu/packages/crates-io.scm (rust-slog-kvfilter-0.7): 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 6e19692900..e30122edf6 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-kvfilter-0.7
+  (package
+    (name "rust-slog-kvfilter")
+    (version "0.7.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "slog-kvfilter" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "1q3mq6a9aq8iscy9xh97zifxrxa6y10d8p2gkxlxkvk9s7brx4xf"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-regex" ,rust-regex-1)
+         ("rust-slog" ,rust-slog-2))))
+    (home-page "https://github.com/slog-rs/slog";)
+    (synopsis
+      "Key values and Regex based filter Drain for slog-rs")
+    (description
+      "Key values and Regex based filter Drain for slog-rs")
+    (license
+      (list license:mpl2.0
+            license:expat
+            license:asl2.0))))
+
 (define-public rust-slog-scope-4
   (package
     (name "rust-slog-scope")
-- 
2.30.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]