mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add tegaki-wagomu-japanese-joyo.
* gnu/packages/language.scm (tegaki-wagomu-japanese-joyo): New variable.
This commit is contained in:
parent
ee3dc52b3f
commit
7c25904c98
1 changed files with 16 additions and 0 deletions
|
@ -830,3 +830,19 @@ (define-public tegaki-wagomu-japanese-kyoiku
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue