gnu: Add rust-locale-0.2.

* gnu/packages/crates-io.scm (rust-locale-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2020-01-31 20:50:58 -08:00 committed by Efraim Flashner
parent 00a9a9365b
commit 96956ce8e2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5745,6 +5745,28 @@ (define-public rust-libssh2-sys-0.2
(license (list license:asl2.0
license:expat))))
(define-public rust-locale-0.2
(package
(name "rust-locale")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "locale" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1z87wc7z6889x1pqlrwjw8f1crshzi15q5m102lqs8y0m69f9nsz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/rust-locale/rust-locale")
(synopsis "Library for basic localisation")
(description
"This package provides a library for basic localisation.")
(license license:expat)))
(define-public rust-lock-api-0.3
(package
(name "rust-lock-api")