mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rust-wasm-bindgen-test-macro-0.2: Skip build.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-macro-0.2) [arguments]: Skip build. Add rust-proc-macro2-0.4, rust-quote-0.6 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
fab352f907
commit
9566322ed7
1 changed files with 5 additions and 1 deletions
|
@ -11820,11 +11820,15 @@ (define-public rust-wasm-bindgen-test-macro-0.2
|
|||
(base32
|
||||
"0n28mr6vncf1k1qr2b5bvfxq4jvqkjdzq0z0ab6w2f5d6v8q3q3l"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||
("rust-quote" ,rust-quote-0.6))))
|
||||
(home-page "https://github.com/rustwasm/wasm-bindgen")
|
||||
(synopsis "Internal testing macro for wasm-bindgen")
|
||||
(description
|
||||
"This library contains the internal testing macro for wasm-bindgen.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue