mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-fs-extra-1.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-fs-extra-1.1)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
74de42eb66
commit
9eda3bcfdd
1 changed files with 1 additions and 1 deletions
|
@ -3237,12 +3237,12 @@ (define-public rust-fs-extra-1.1
|
|||
(base32
|
||||
"0x6675wdhsx277k1k1235jwcv38naf20d8kwrk948ds26hh4lajz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/webdesus/fs_extra")
|
||||
(synopsis "Extra filesystem methods")
|
||||
(description "Expanding opportunities standard library @code{std::fs} and
|
||||
@code{std::io}. Recursively copy folders with recept information about
|
||||
process and much more.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-fuchsia-cprng-0.1
|
||||
|
|
Loading…
Reference in a new issue