gnu: rust-doc-comment-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-doc-comment-0.3)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
c610585f16
commit
e8ef8f35eb
1 changed files with 1 additions and 1 deletions
|
@ -2277,11 +2277,11 @@ for intentionally leaking memory")
|
||||||
(base32
|
(base32
|
||||||
"15rsqxgarfpb1yim9sbp9yfgj7p2dq6v51c6bq1a62paii9ylgcj"))))
|
"15rsqxgarfpb1yim9sbp9yfgj7p2dq6v51c6bq1a62paii9ylgcj"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/GuillaumeGomez/doc-comment")
|
(home-page "https://github.com/GuillaumeGomez/doc-comment")
|
||||||
(synopsis "Macro to generate doc comments")
|
(synopsis "Macro to generate doc comments")
|
||||||
(description "This package provides a way to generate doc comments
|
(description "This package provides a way to generate doc comments
|
||||||
from macros.")
|
from macros.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-docopt-1.1
|
(define-public rust-docopt-1.1
|
||||||
|
|
Reference in a new issue