mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05: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 @@ (define-public rust-json-0.11
|
|||
(base32
|
||||
"1hj8c6xj5c2aqqszi8naaflmcdbya1i9byyjrq4iybxjb4q91mq1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/maciejhirsz/json-rust")
|
||||
(synopsis "JSON implementation in Rust")
|
||||
(description "This crate provides a JSON implementation in Rust, reducing
|
||||
friction with idiomatic Rust structs to ease interopability.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue