mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add rust-nt-time-0.6.
* gnu/packages/crates-windows.scm (rust-nt-time-0.6): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I6084f7f9da537875c1b747861beed5fef4738e2a
This commit is contained in:
parent
03f0111460
commit
998daa5e78
1 changed files with 27 additions and 0 deletions
|
@ -560,6 +560,33 @@ (define-public rust-miow-0.2
|
|||
#:cargo-development-inputs
|
||||
(("rust-rand" ,rust-rand-0.3))))))
|
||||
|
||||
(define-public rust-nt-time-0.6
|
||||
(package
|
||||
(name "rust-nt-time")
|
||||
(version "0.6.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nt-time" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "02sikab4va5gv2ja5rjd7fp1g1dh6l1pryjlsprxh0hcq247fmkf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-time" ,rust-time-0.3)
|
||||
("rust-zip" ,rust-zip-2))
|
||||
#:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-clap" ,rust-clap-4)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-serde-test" ,rust-serde-test-1))))
|
||||
(home-page "https://github.com/sorairolake/nt-time")
|
||||
(synopsis "Windows file time library")
|
||||
(description "This package provides a Windows file time library.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-output-vt100-0.1
|
||||
(package
|
||||
(name "rust-output-vt100")
|
||||
|
|
Loading…
Reference in a new issue