From af97d43a2531f45b2064148ef496fe0370ee440c Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 29 Oct 2025 10:56:29 +0100 Subject: [PATCH] gnu: Remove font-cns11643. * gnu/packages/fonts.scm (font-cns11643): Delete variable. Fixes: guix/guix#2754 Change-Id: I22160f8369f26bb9ce1b24a6ac2daa9de1649b61 --- gnu/packages/fonts.scm | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 737628a40f95a744571f92aeb6f3c1e5c58cbd64..1aabe12c82d4793ad0acf6513aa37373c1a06b37 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1102,35 +1102,6 @@ Ideographs Extension B of Unicode. of Unicode. @end itemize\n"))) -;; In past, TW-Kai and TW-Sung are distributed in same zip archive. But now -;; they are already separated in font-cns11643-kai and font-cns11643-sung. -;; This package exists as a backward-compatible definition. -(define-public font-cns11643 - (package - (inherit font-cns11643-sung) - (name "font-cns11643") - (source #f) - (build-system trivial-build-system) - (arguments - (list - #:modules '((guix build union)) - #:builder - #~(begin - (use-modules (ice-9 match) - (guix build union)) - (match %build-inputs - (((names . directories) ...) - (union-build #$output directories)))))) - (inputs (list font-cns11643-kai font-cns11643-sung)) - (synopsis "CJK TrueType fonts, TW-Kai and TW-Sung") - (description - "@code{CNS 11643} character set (Chinese National Standard, or Chinese -Standard Interchange Code) is the standard character set of the Republic of -China (Taiwan) for Chinese Characters and other Unicode symbols. - -This package is an amalgamation of @code{font-cns11643-sung} and -@code{font-cns11643-kai}."))) - (define-public font-cns11643-swjz (package (name "font-cns11643-swjz")