mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: Remove font-cns11643.
* gnu/packages/fonts.scm (font-cns11643): Delete variable. Fixes: guix/guix#2754 Change-Id: I22160f8369f26bb9ce1b24a6ac2daa9de1649b61
This commit is contained in:
parent
f35e7c12a3
commit
af97d43a25
1 changed files with 0 additions and 29 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue