gnu: rust-tempdir-0.3: Don't hide package.
* gnu/packages/crates-io.scm (rust-tempdir-0.3)[arguments]: Add rust-rand-0.4, rust-remove-dir-all-0.5 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
b392230109
commit
832bd82b13
1 changed files with 4 additions and 1 deletions
|
@ -11588,12 +11588,15 @@ memory all at once.")
|
||||||
(base32
|
(base32
|
||||||
"1n5n86zxpgd85y0mswrp5cfdisizq2rv3la906g6ipyc03xvbwhm"))))
|
"1n5n86zxpgd85y0mswrp5cfdisizq2rv3la906g6ipyc03xvbwhm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-rand" ,rust-rand-0.4)
|
||||||
|
("rust-remove-dir-all" ,rust-remove-dir-all-0.5))))
|
||||||
(home-page "https://github.com/rust-lang-deprecated/tempdir")
|
(home-page "https://github.com/rust-lang-deprecated/tempdir")
|
||||||
(synopsis "Temporary directory management for Rust")
|
(synopsis "Temporary directory management for Rust")
|
||||||
(description
|
(description
|
||||||
"This package provides a library for managing a temporary directory and
|
"This package provides a library for managing a temporary directory and
|
||||||
deleting all contents when it's dropped.")
|
deleting all contents when it's dropped.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in a new issue