@@ -2734,6 +2734,7 @@ (define-public font-lxgw-wenkai
(define-public font-lxgw-wenkai-tc
(package
+ (inherit font-lxgw-wenkai)
(name "font-lxgw-wenkai-tc")
(version "0.920")
(source (origin
@@ -2744,11 +2745,12 @@ (define-public font-lxgw-wenkai-tc
(sha256
(base32
"1kysqzi19ldd1a3pd9axmggcbm1719myq6i6q6fdb1afscn272cp"))))
- (build-system font-build-system)
(home-page "https://github.com/lxgw/LxgwWenKaitc")
- (synopsis "LXGW WenKai TC / 霞鶩文楷 TC")
- (description "The Traditional Chinese Version of LXGW WenKai.")
- (license license:silofl1.1)))
+ (synopsis "Traditional Chinese Imitation Song typeface")
+ (description
+ "LXGW Wenkai TC is a Traditional Chinese inherited glyphs form Imitation
+Song typeface covering commonly used characters as well as written form of
+dialects in Hong Kong and Taiwan.")))
(define-public font-chiron-sung-hk
(package
From 61a6444205628876fbe22041dc1220676bd32ea2 Mon Sep 17 00:00:00 2001 From: Hilton Chain <hako@ultrarare.space> Date: Mon, 8 Aug 2022 15:45:37 +0800 Subject: [PATCH v4 3/7] gnu: font-lxgw-wenkai-tc: Inherit from font-lxgw-wenkai. * gnu/packages/fonts.scm (font-lxgw-wenkai-tc)[build-system,synopsis,license]: Drop fields and inherit from font-lxgw-wenkai. --- gnu/packages/fonts.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)