mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ APIs.")
|
||||||
(base32
|
(base32
|
||||||
"0x6675wdhsx277k1k1235jwcv38naf20d8kwrk948ds26hh4lajz"))))
|
"0x6675wdhsx277k1k1235jwcv38naf20d8kwrk948ds26hh4lajz"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/webdesus/fs_extra")
|
(home-page "https://github.com/webdesus/fs_extra")
|
||||||
(synopsis "Extra filesystem methods")
|
(synopsis "Extra filesystem methods")
|
||||||
(description "Expanding opportunities standard library @code{std::fs} and
|
(description "Expanding opportunities standard library @code{std::fs} and
|
||||||
@code{std::io}. Recursively copy folders with recept information about
|
@code{std::io}. Recursively copy folders with recept information about
|
||||||
process and much more.")
|
process and much more.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-fuchsia-cprng-0.1
|
(define-public rust-fuchsia-cprng-0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue