mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ attribute that is not in the shared backend crate.")
|
||||||
(base32
|
(base32
|
||||||
"08rnfhjyk0f6liv8n4rdsvhx7r02glkhcbj2lp9lcbkbfpad9hnr"))))
|
"08rnfhjyk0f6liv8n4rdsvhx7r02glkhcbj2lp9lcbkbfpad9hnr"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||||
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")
|
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")
|
||||||
(description "This package provides shared support between
|
(description "This package provides shared support between
|
||||||
@code{wasm-bindgen} and @code{wasm-bindgen} cli, an internal dependency.")
|
@code{wasm-bindgen} and @code{wasm-bindgen} cli, an internal dependency.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue