gnu: Add rust-encoding-index-tradchinese-1.20141219.

* gnu/packages/crates-io.scm (rust-encoding-index-tradchinese-1.20141219):
  New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2019-12-15 07:52:01 -08:00 committed by Efraim Flashner
parent be9a61f2c2
commit eb7e4fcfbf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2068,6 +2068,30 @@ (define-public rust-encoding-index-tests-0.1
encodings.")
(license license:cc0)))
(define-public rust-encoding-index-tradchinese-1.20141219
(package
(name "rust-encoding-index-tradchinese")
(version "1.20141219.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "encoding-index-tradchinese" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"060ci4iz6xfvzk38syfbjvs7pix5hch3mvxkksswmqwcd3aj03px"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-encoding-index-tests" ,rust-encoding-index-tests-0.1))))
(home-page "https://github.com/lifthrasiir/rust-encoding")
(synopsis "Index tables for traditional Chinese character encodings")
(description
"Index tables for traditional Chinese character encodings.")
(license license:cc0)))
(define-public rust-env-logger-0.6
(package
(name "rust-env-logger")