mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add tegaki-wagomu-japanese.
* gnu/packages/language.scm (tegaki-wagomu-japanese): New variable.
This commit is contained in:
parent
caee9806ac
commit
6b32e91a4c
1 changed files with 16 additions and 0 deletions
|
@ -798,3 +798,19 @@ (define-public tegaki-zinnia-traditional-chinese-light
|
|||
(modules remove-pre-compiled-files-modules)
|
||||
(snippet (remove-pre-compiled-files "model"))))
|
||||
(license lgpl2.1))) ; all files
|
||||
|
||||
(define-public tegaki-wagomu-japanese
|
||||
(package
|
||||
(inherit tegaki-zinnia-japanese)
|
||||
(name "tegaki-wagomu-japanese")
|
||||
(version "0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (tegaki-release-uri name version "zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"0flj5id8xwsn7csrrzqz9prdikswnwm2wms0as2vzdpxzph1az4k"))
|
||||
(modules remove-pre-compiled-files-modules)
|
||||
(snippet (remove-pre-compiled-files "model"))))
|
||||
(license lgpl2.1))) ; all files
|
||||
|
|
Loading…
Reference in a new issue