mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: Add rust-iana-time-zone-haiku-0.1.
* gnu/packages/crates-io.scm (rust-iana-time-zone-haiku-0.1): New variable.
This commit is contained in:
parent
b4c7b4c73e
commit
d8c656ce28
1 changed files with 21 additions and 0 deletions
|
@ -27284,6 +27284,27 @@ (define-public rust-hyphenation-0.8
|
|||
"This package provides a Knuth-Liang hyphenation for a variety of languages.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-iana-time-zone-haiku-0.1
|
||||
(package
|
||||
(name "rust-iana-time-zone-haiku")
|
||||
(version "0.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "iana-time-zone-haiku" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1jix9qrqxclj9r4wkg7d3fr987d77vdg3qy2c5hl4ry19wlaw0q7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cxx" ,rust-cxx-1)
|
||||
("rust-cxx-build" ,rust-cxx-build-1))))
|
||||
(home-page "https://github.com/strawlab/iana-time-zone")
|
||||
(synopsis "IANA-time-zone support crate for Haiku OS")
|
||||
(description
|
||||
"This package provides iana-time-zone support crate for Haiku OS.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ident-case-1
|
||||
(package
|
||||
(name "rust-ident-case")
|
||||
|
|
Loading…
Reference in a new issue