gnu: rust-time-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-time-0.1)[arguments]: Skip build. Add rust-libc-0.2, rust-redox-syscall-0.1, rust-rustc-serialize-0.3, rust-winapi-0.3 to cargo-inputs. Add rust-log-0.3, rust-winapi-0.3 to cargo-development-inputs. [home-page] Update url. [properties] Remove field. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cd088ebe89
commit
4fbc679a13
1 changed files with 11 additions and 2 deletions
|
@ -10732,12 +10732,21 @@ fixed set of worker threads.")
|
||||||
(base32
|
(base32
|
||||||
"161hqx0gw722ikydanpahky447vaxqncwmkj66rny282vzqpalx1"))))
|
"161hqx0gw722ikydanpahky447vaxqncwmkj66rny282vzqpalx1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/rust-lang-deprecated/time")
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||||
|
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-log" ,rust-log-0.3)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
|
(home-page "https://github.com/time-rs/time")
|
||||||
(synopsis "Simple time handling in Rust")
|
(synopsis "Simple time handling in Rust")
|
||||||
(description
|
(description
|
||||||
"This package provides utilities for working with time-related functions
|
"This package provides utilities for working with time-related functions
|
||||||
in Rust.")
|
in Rust.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in a new issue