mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-json-0.11: Don't hide package.
* gnu/packages/crates-io.scm (rust-json-0.11)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
5d87eb8cf6
commit
971fb85cef
1 changed files with 1 additions and 1 deletions
|
@ -4758,11 +4758,11 @@ wasm-bindgen crate.")
|
||||||
(base32
|
(base32
|
||||||
"1hj8c6xj5c2aqqszi8naaflmcdbya1i9byyjrq4iybxjb4q91mq1"))))
|
"1hj8c6xj5c2aqqszi8naaflmcdbya1i9byyjrq4iybxjb4q91mq1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/maciejhirsz/json-rust")
|
(home-page "https://github.com/maciejhirsz/json-rust")
|
||||||
(synopsis "JSON implementation in Rust")
|
(synopsis "JSON implementation in Rust")
|
||||||
(description "This crate provides a JSON implementation in Rust, reducing
|
(description "This crate provides a JSON implementation in Rust, reducing
|
||||||
friction with idiomatic Rust structs to ease interopability.")
|
friction with idiomatic Rust structs to ease interopability.")
|
||||||
(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