~ruther/guix-local

af97d43a2531f45b2064148ef496fe0370ee440c — Andreas Enge 4 months ago f35e7c1
gnu: Remove font-cns11643.

* gnu/packages/fonts.scm (font-cns11643): Delete variable.

Fixes: guix/guix#2754
Change-Id: I22160f8369f26bb9ce1b24a6ac2daa9de1649b61
1 files changed, 0 insertions(+), 29 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +0 -29
@@ 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")