guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

159/299: gnu: Add rust-encoding-index-tradchinese-1.20141219.


From: guix-commits
Subject: 159/299: gnu: Add rust-encoding-index-tradchinese-1.20141219.
Date: Thu, 2 Jan 2020 13:19:34 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit eb7e4fcfbfa68a3b6695729f9c22a247ee13231e
Author: John Soo <address@hidden>
Date:   Sun Dec 15 07:52:01 2019 -0800

    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 <address@hidden>
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7d63312..764b64c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2068,6 +2068,30 @@ char, u8 and u16.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]