From 6eeb8a51ec32c05b4c4c92d08e2e6936c4a17fd0 Mon Sep 17 00:00:00 2001 From: John Soo Date: Sun, 15 Dec 2019 07:40:18 -0800 Subject: [PATCH 153/263] gnu: Add rust-encoding-index-japanese-1.20141219. * gnu/packages/crates-io.scm (rust-encoding-index-japanese-1.20141219): New variable. --- gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ed16b23dff..4cf7ece4eb 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -2023,6 +2023,33 @@ floating-point primitives to an @code{io::Write}.") char, u8 and u16.") (license `(,license:expat ,license:asl2.0)))) +(define-public rust-encoding-index-japanese-1.20141219 + (package + (name "rust-encoding-index-japanese") + (version "1.20141219.5") + (source + (origin + (method url-fetch) + (uri (crate-uri "encoding-index-japanese" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "148c1lmd640p1d7fzk0nv7892mbyavvwddgqvcsm78798bzv5s04")))) + (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 Japanese character encodings") + (description + "Index tables for Japanese character encodings.") + (license license:cc0))) + (define-public rust-encoding-index-tests-0.1 (package (name "rust-encoding-index-tests") -- 2.24.1