mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: rust-core-foundation-sys-0.6: Don't hide package.
* gnu/packages/crates-io.scm (rust-core-foundation-sys-0.6)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
9dec3ce4b5
commit
f71321e026
1 changed files with 1 additions and 1 deletions
|
@ -1575,11 +1575,11 @@ (define-public rust-core-foundation-sys-0.6
|
|||
(base32
|
||||
"0fzsw1j9g1x598yhwklg59l15hwzc0pyvs01w9fg2kin4598mjp7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/servo/core-foundation-rs")
|
||||
(synopsis "Bindings to Core Foundation for OS X")
|
||||
(description
|
||||
"Bindings to Core Foundation for OS X.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue