* [bug#43732] [PATCH] gnu: Add rust-wasm-bindgen-console-logger-0.1.
@ 2020-09-30 22:24 André Batista
2020-10-04 18:51 ` bug#43732: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2020-09-30 22:24 UTC (permalink / raw)
To: 43732
[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #1.2: 0001-gnu-Add-rust-wasm-bindgen-console-logger-0.1.patch --]
[-- Type: text/plain, Size: 1875 bytes --]
From 158a24922c342b477bd0c6f9351dbec7432222bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre@riseup.net>
Date: Wed, 30 Sep 2020 18:57:32 -0300
Subject: [PATCH] gnu: Add rust-wasm-bindgen-console-logger-0.1.
To: guix-patches@gnu.org
* gnu/packages/crates-io.scm (rust-wasm-bindgen-console-logger-0.1): New variable.
---
gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 39e792af6e..2767fb53d8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29395,6 +29395,32 @@ in Rust.")
"Backend code generation of the wasm-bindgen tool.")
(license (list license:expat license:asl2.0))))
+(define-public rust-wasm-bindgen-console-logger-0.1
+ (package
+ (name "rust-wasm-bindgen-console-logger")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wasm-bindgen-console-logger" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1vc506dhrk2yl0snkcn45s5adndq9wj7ipxb7awbbxzswxss4c3m"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-log" ,rust-log-0.4)
+ ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
+ (home-page "https://github.com/blm768/wasm-bindgen-console-logger")
+ (synopsis "Rust log and JavaScript console logging integration")
+ (description
+ "This package provides a logging facility that integrates the
+log crate with JavaScript console logging functions with the help of
+wasm-bindgen.")
+ (license license:cc0)))
+
(define-public rust-wasm-bindgen-futures-0.4
(package
(name "rust-wasm-bindgen-futures")
--
2.28.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 841 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#43732: [PATCH] gnu: Add rust-wasm-bindgen-console-logger-0.1.
2020-09-30 22:24 [bug#43732] [PATCH] gnu: Add rust-wasm-bindgen-console-logger-0.1 André Batista
@ 2020-10-04 18:51 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-10-04 18:51 UTC (permalink / raw)
To: André Batista; +Cc: 43732-done
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
Looks good. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-04 18:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30 22:24 [bug#43732] [PATCH] gnu: Add rust-wasm-bindgen-console-logger-0.1 André Batista
2020-10-04 18:51 ` bug#43732: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).