mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: rust-fuchsia-zircon-sys-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-fuchsia-zircon-sys-0.3)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
7b4d3d8698
commit
f320369117
1 changed files with 1 additions and 1 deletions
|
@ -3302,10 +3302,10 @@ (define-public rust-fuchsia-zircon-sys-0.3
|
|||
(base32
|
||||
"19zp2085qsyq2bh1gvcxq1lb8w6v6jj9kbdkhpdjrl95fypakjix"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://fuchsia.googlesource.com/garnet/")
|
||||
(synopsis "Low-level Rust bindings for the Zircon kernel")
|
||||
(description "Low-level Rust bindings for the Zircon kernel.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-futf-0.1
|
||||
|
|
Loading…
Reference in a new issue