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 @@ (define-public rust-doc-comment-0.3
|
|||
(base32
|
||||
"15rsqxgarfpb1yim9sbp9yfgj7p2dq6v51c6bq1a62paii9ylgcj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/GuillaumeGomez/doc-comment")
|
||||
(synopsis "Macro to generate doc comments")
|
||||
(description "This package provides a way to generate doc comments
|
||||
from macros.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-docopt-1.1
|
||||
|
|
Loading…
Reference in a new issue