mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ IOCP and Async I/O abstractions.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-rand" ,rust-rand-0.3))))))
|
(("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
|
(define-public rust-output-vt100-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-output-vt100")
|
(name "rust-output-vt100")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue