mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: rust-filetime-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-filetime-0.2)[arguments]: Skip build. Add rust-cfg-if-0.1, rust-libc-0.2, rust-redox-syscall-0.1, rust-winapi-0.3 to cargo-inputs. Add rust-tempdir-0.3 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
0441e834a2
commit
ef8c91be7f
1 changed files with 9 additions and 1 deletions
|
@ -2956,6 +2956,15 @@ (define-public rust-filetime-0.2
|
||||||
(base32
|
(base32
|
||||||
"0sflihq2l77xjrza7yjalnxsc7dxzg25rhzcfbd9vmyfah5kimvb"))))
|
"0sflihq2l77xjrza7yjalnxsc7dxzg25rhzcfbd9vmyfah5kimvb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-tempdir" ,rust-tempdir-0.3))))
|
||||||
(home-page "https://github.com/alexcrichton/filetime")
|
(home-page "https://github.com/alexcrichton/filetime")
|
||||||
(synopsis "Platform-agnostic accessors of timestamps in File metadata")
|
(synopsis "Platform-agnostic accessors of timestamps in File metadata")
|
||||||
(description
|
(description
|
||||||
|
@ -2964,7 +2973,6 @@ (define-public rust-filetime-0.2
|
||||||
cross-platform differences in terms of where the timestamps are located, what
|
cross-platform differences in terms of where the timestamps are located, what
|
||||||
they are called, and how to convert them into a platform-independent
|
they are called, and how to convert them into a platform-independent
|
||||||
representation.")
|
representation.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue