gnu: rust-wasm-bindgen-shared-0.2: Skip build.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2)[arguments]:
Skip build.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-02 09:24:15 +02:00
parent bc75f6d6ed
commit fab352f907
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11769,11 +11769,11 @@ (define-public rust-wasm-bindgen-shared-0.2
(base32
"08rnfhjyk0f6liv8n4rdsvhx7r02glkhcbj2lp9lcbkbfpad9hnr"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://rustwasm.github.io/wasm-bindgen/")
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")
(description "This package provides shared support between
@code{wasm-bindgen} and @code{wasm-bindgen} cli, an internal dependency.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))