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.master
parent
7b4d3d8698
commit
f320369117
|
@ -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
|
||||||
|
|
Reference in New Issue