mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: Add rust-encoding-index-korean-1.20141219.
* gnu/packages/crates-io.scm (rust-encoding-index-korean-1.20141219): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5442b8bec1
commit
0826aa62d2
1 changed files with 24 additions and 0 deletions
|
@ -1973,6 +1973,30 @@ (define-public rust-encode-unicode-0.3
|
||||||
char, u8 and u16.")
|
char, u8 and u16.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-encoding-index-korean-1.20141219
|
||||||
|
(package
|
||||||
|
(name "rust-encoding-index-korean")
|
||||||
|
(version "1.20141219.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "encoding-index-korean" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"10cxabp5ppygbq4y6y680856zl9zjvq7ahpiw8zj3fmwwsw3zhsd"))))
|
||||||
|
(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 Korean character encodings")
|
||||||
|
(description
|
||||||
|
"Index tables for Korean character encodings.")
|
||||||
|
(license license:cc0)))
|
||||||
|
|
||||||
(define-public rust-encoding-index-tests-0.1
|
(define-public rust-encoding-index-tests-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-encoding-index-tests")
|
(name "rust-encoding-index-tests")
|
||||||
|
|
Loading…
Reference in a new issue