mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-wasm-bindgen-console-logger-0.1.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-console-logger-0.1): Delete variable.
This commit is contained in:
parent
4e9471f9ce
commit
662d50ae5a
1 changed files with 0 additions and 26 deletions
|
@ -68605,32 +68605,6 @@ (define-public rust-wasm-bindgen-backend-0.2
|
||||||
"Backend code generation of the wasm-bindgen tool.")
|
"Backend code generation of the wasm-bindgen tool.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-wasm-bindgen-futures-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen-futures")
|
(name "rust-wasm-bindgen-futures")
|
||||||
|
|
Loading…
Reference in a new issue