guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/20: gnu: Add tegaki-wagomu-japanese.


From: guix-commits
Subject: 16/20: gnu: Add tegaki-wagomu-japanese.
Date: Tue, 17 Sep 2019 01:34:24 -0400 (EDT)

alexvong1995 pushed a commit to branch master
in repository guix.

commit 6b32e91a4cf97fc2085fb6f815e780b74bb74045
Author: Alex Vong <address@hidden>
Date:   Thu Aug 8 14:34:45 2019 +0800

    gnu: Add tegaki-wagomu-japanese.
    
    * gnu/packages/language.scm (tegaki-wagomu-japanese): New variable.
---
 gnu/packages/language.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 75b702d..54e8867 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -798,3 +798,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-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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]