mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ intrinsics.")
|
||||||
(base32
|
(base32
|
||||||
"0fzsw1j9g1x598yhwklg59l15hwzc0pyvs01w9fg2kin4598mjp7"))))
|
"0fzsw1j9g1x598yhwklg59l15hwzc0pyvs01w9fg2kin4598mjp7"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/servo/core-foundation-rs")
|
(home-page "https://github.com/servo/core-foundation-rs")
|
||||||
(synopsis "Bindings to Core Foundation for OS X")
|
(synopsis "Bindings to Core Foundation for OS X")
|
||||||
(description
|
(description
|
||||||
"Bindings to Core Foundation for OS X.")
|
"Bindings to Core Foundation for OS X.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue