gnu: rust-remove-dir-all-0.5: Don't hide package.
* gnu/packages/crates-io.scm (rust-remove-dir-all-0.5)[arguments]: Skip build. Add rust-winapi-0.3 to cargo-inputs. Add rust-doc-comment-0.3 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
57c2ef35f7
commit
a198ee940f
1 changed files with 6 additions and 1 deletions
|
@ -8220,12 +8220,17 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
||||||
(base32
|
(base32
|
||||||
"0bkrlyg26mgizpiy1yb2hhpgscxcag8r5fnckqsvk25608vzm0sa"))))
|
"0bkrlyg26mgizpiy1yb2hhpgscxcag8r5fnckqsvk25608vzm0sa"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-winapi" ,rust-winapi-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||||
(home-page "https://github.com/XAMPPRocky/remove_dir_all")
|
(home-page "https://github.com/XAMPPRocky/remove_dir_all")
|
||||||
(synopsis "Implementation of remove_dir_all for Windows")
|
(synopsis "Implementation of remove_dir_all for Windows")
|
||||||
(description
|
(description
|
||||||
"This package provides a safe, reliable implementation of
|
"This package provides a safe, reliable implementation of
|
||||||
@code{remove_dir_all} for Windows")
|
@code{remove_dir_all} for Windows")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in a new issue