gnu: Add tegaki-wagomu-japanese-kyoiku.
* gnu/packages/language.scm (tegaki-wagomu-japanese-kyoiku): New variable.
This commit is contained in:
parent
6b32e91a4c
commit
ee3dc52b3f
|
@ -814,3 +814,19 @@ suitable for both the desktop and mobile devices.")
|
||||||
(modules remove-pre-compiled-files-modules)
|
(modules remove-pre-compiled-files-modules)
|
||||||
(snippet (remove-pre-compiled-files "model"))))
|
(snippet (remove-pre-compiled-files "model"))))
|
||||||
(license lgpl2.1))) ; all files
|
(license lgpl2.1))) ; all files
|
||||||
|
|
||||||
|
(define-public tegaki-wagomu-japanese-kyoiku
|
||||||
|
(package
|
||||||
|
(inherit tegaki-zinnia-japanese)
|
||||||
|
(name "tegaki-wagomu-japanese-kyoiku")
|
||||||
|
(version "0.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (tegaki-release-uri name version "zip"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0v8crfh8rdf6ndp16g52s5jlrrlwh73xp38zjn5i9dlacx8kfqg1"))
|
||||||
|
(modules remove-pre-compiled-files-modules)
|
||||||
|
(snippet (remove-pre-compiled-files "model"))))
|
||||||
|
(license lgpl2.1))) ; all files
|
||||||
|
|
Loading…
Reference in New Issue