mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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:
parent
bc75f6d6ed
commit
fab352f907
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue