guix_mirror_bot pushed a commit to branch master
in repository guix.
commit af97d43a2531f45b2064148ef496fe0370ee440c
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Oct 29 10:56:29 2025 +0100
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 737628a40f..1aabe12c82 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")