[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/20: gnu: Add tegaki-wagomu-japanese-joyo.
From: |
guix-commits |
Subject: |
18/20: gnu: Add tegaki-wagomu-japanese-joyo. |
Date: |
Tue, 17 Sep 2019 01:34:25 -0400 (EDT) |
alexvong1995 pushed a commit to branch master
in repository guix.
commit 7c25904c98f5460c447c787440d5378cef52fc6a
Author: Alex Vong <address@hidden>
Date: Thu Aug 8 14:37:41 2019 +0800
gnu: Add tegaki-wagomu-japanese-joyo.
* gnu/packages/language.scm (tegaki-wagomu-japanese-joyo): New variable.
---
gnu/packages/language.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index ab94f6c..8877dbd 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -830,3 +830,19 @@ suitable for both the desktop and mobile devices.")
(modules remove-pre-compiled-files-modules)
(snippet (remove-pre-compiled-files "model"))))
(license lgpl2.1))) ; all files
+
+(define-public tegaki-wagomu-japanese-joyo
+ (package
+ (inherit tegaki-zinnia-japanese)
+ (name "tegaki-wagomu-japanese-joyo")
+ (version "0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (tegaki-release-uri name version "zip"))
+ (sha256
+ (base32
+ "0wk8shpr963zp328g991qs6abpnacq4242003m687z2d6yp7nph2"))
+ (modules remove-pre-compiled-files-modules)
+ (snippet (remove-pre-compiled-files "model"))))
+ (license lgpl2.1))) ; all files
- branch master updated (82c4ad9 -> 0ed97e6), guix-commits, 2019/09/17
- 02/20: gnu: Add python2-zinnia., guix-commits, 2019/09/17
- 01/20: gnu: Add zinnia., guix-commits, 2019/09/17
- 06/20: gnu: Add python2-tegaki-tools., guix-commits, 2019/09/17
- 08/20: gnu: Add tegaki-zinnia-japanese., guix-commits, 2019/09/17
- 14/20: gnu: Add tegaki-zinnia-traditional-chinese., guix-commits, 2019/09/17
- 18/20: gnu: Add tegaki-wagomu-japanese-joyo.,
guix-commits <=
- 12/20: gnu: Add tegaki-zinnia-simplified-chinese., guix-commits, 2019/09/17
- 16/20: gnu: Add tegaki-wagomu-japanese., guix-commits, 2019/09/17
- 15/20: gnu: Add tegaki-zinnia-traditional-chinese-light., guix-commits, 2019/09/17
- 05/20: gnu: Add python2-tegaki-pygtk., guix-commits, 2019/09/17
- 04/20: gnu: Add python2-tegaki-python., guix-commits, 2019/09/17
- 03/20: gnu: Add python2-tegaki-wagomu., guix-commits, 2019/09/17
- 09/20: gnu: Add tegaki-zinnia-japanese-light., guix-commits, 2019/09/17
- 10/20: gnu: Add tegaki-zinnia-japanese-kyoiku., guix-commits, 2019/09/17
- 07/20: gnu: Add python2-tegaki-recognize., guix-commits, 2019/09/17
- 11/20: gnu: Add tegaki-zinnia-japanese-joyo., guix-commits, 2019/09/17