diff options
author | Alex Vong <alexvong1995@gmail.com> | 2019-08-08 14:27:15 +0800 |
---|---|---|
committer | Alex Vong <alexvong1995@gmail.com> | 2019-09-17 13:30:24 +0800 |
commit | e06794645064f43ecd25b1759dd1afcf9973987d (patch) | |
tree | 9c062dcc43d65ad94c64db9b636886f2a7e8ebcd /gnu | |
parent | 8955412be1c05138153f1500a2593557b4348832 (diff) |
gnu: Add tegaki-zinnia-simplified-chinese.
* gnu/packages/language.scm (tegaki-zinnia-simplified-chinese): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/language.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 6be09faa99..9daa579366 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -734,3 +734,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-zinnia-simplified-chinese + (package + (inherit tegaki-zinnia-japanese) + (name "tegaki-zinnia-simplified-chinese") + (version "0.3") + (source + (origin + (method url-fetch) + (uri (tegaki-release-uri name version "zip")) + (sha256 + (base32 + "18wq0jccv7lpnrfnzspyc110d6pj2v1i21xcx4fmgzz1lnln3fs5")) + (modules remove-pre-compiled-files-modules) + (snippet (remove-pre-compiled-files "model")))) + (license lgpl2.1))) ; all files |