mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add tegaki-zinnia-traditional-chinese-light.
* gnu/packages/language.scm (tegaki-zinnia-traditional-chinese-light): New variable.
This commit is contained in:
parent
0bfcc29ddf
commit
caee9806ac
1 changed files with 16 additions and 0 deletions
|
@ -782,3 +782,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-traditional-chinese-light
|
||||
(package
|
||||
(inherit tegaki-zinnia-japanese)
|
||||
(name "tegaki-zinnia-traditional-chinese-light")
|
||||
(version "0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (tegaki-release-uri name version "zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m6yk6a57vs9wg5y50qciwi1ahhmklp2mgsjysbj4mnyzv6yhcr2"))
|
||||
(modules remove-pre-compiled-files-modules)
|
||||
(snippet (remove-pre-compiled-files "model"))))
|
||||
(license lgpl2.1))) ; all files
|
||||
|
|
Loading…
Reference in a new issue