mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ pseudorandom number generator")
|
||||||
(base32
|
(base32
|
||||||
"19zp2085qsyq2bh1gvcxq1lb8w6v6jj9kbdkhpdjrl95fypakjix"))))
|
"19zp2085qsyq2bh1gvcxq1lb8w6v6jj9kbdkhpdjrl95fypakjix"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://fuchsia.googlesource.com/garnet/")
|
(home-page "https://fuchsia.googlesource.com/garnet/")
|
||||||
(synopsis "Low-level Rust bindings for the Zircon kernel")
|
(synopsis "Low-level Rust bindings for the Zircon kernel")
|
||||||
(description "Low-level Rust bindings for the Zircon kernel.")
|
(description "Low-level Rust bindings for the Zircon kernel.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public rust-futf-0.1
|
(define-public rust-futf-0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue