gnu: Add emacs-cnfonts.
* gnu/packages/emacs.scm (emacs-cnfonts): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
350cc3a270
commit
65fff6a32d
|
@ -4866,6 +4866,26 @@ the same - CDLaTeX focuses on speediness for inserting LaTeX
|
||||||
constructs.")
|
constructs.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-cnfonts
|
||||||
|
(package
|
||||||
|
(name "emacs-cnfonts")
|
||||||
|
(version "0.9.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://github.com/tumashu/cnfonts/archive/v"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1l6cgcvc6md1zq97ccczankpyi0k4vjx6apflny6kjq3p33lyhf4"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/tumashu/cnfonts")
|
||||||
|
(synopsis "Emacs Chinese fonts setup tool")
|
||||||
|
(description "cnfonts is a Chinese fonts setup tool, allowing for easy
|
||||||
|
configuration of Chinese fonts.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-xelb
|
(define-public emacs-xelb
|
||||||
(package
|
(package
|
||||||
(name "emacs-xelb")
|
(name "emacs-xelb")
|
||||||
|
|
Loading…
Reference in New Issue