mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
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 @@ (define-public rust-tempdir-0.3
|
|||
(base32
|
||||
"1n5n86zxpgd85y0mswrp5cfdisizq2rv3la906g6ipyc03xvbwhm"))))
|
||||
(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")
|
||||
(synopsis "Temporary directory management for Rust")
|
||||
(description
|
||||
"This package provides a library for managing a temporary directory and
|
||||
deleting all contents when it's dropped.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue