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:
Efraim Flashner 2020-01-02 09:26:49 +02:00
parent fab352f907
commit 9566322ed7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))