guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services:·kmscon:·Display·CJK·characters.


From: guix-commits
Subject: branch master updated: services:·kmscon:·Display·CJK·characters.
Date: Tue, 20 Dec 2022 05:13:29 -0500

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bbd11199e6 services:·kmscon:·Display·CJK·characters.
bbd11199e6 is described below

commit bbd11199e6856ded8d75468a16789715b6817b45
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Mon Dec 19 17:38:37 2022 +0100

    services:·kmscon:·Display·CJK·characters.
    
    Follow-up·to d7d049fdcd80e27a42b31766890f589f482a4f23.
    
    * gnu/services/base.scm·(kmscon-service-type):·Use·GNU·Unifont,
    which bundles CJK glyphs from WenQuanYi and elsewhere.
---
 gnu/services/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 52b94e060b..6993e1f174 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -2494,11 +2494,11 @@ notably to select, copy, and paste text.  The default 
options use the
                   #$kmscon-command
 
                   ;; The installer needs to be able to display glyphs from
-                  ;; various scripts, so give it access to freefont.
+                  ;; various scripts, so give it access to unifont.
                   ;; TODO: Make this configurable.
                   #:environment-variables
                   (list (string-append "XDG_DATA_DIRS="
-                                       #$font-gnu-freefont "/share"))))
+                                       #$font-gnu-unifont "/share"))))
         (stop #~(make-kill-destructor)))))
    (description "Start the @command{kmscon} virtual terminal emulator for the
 Linux @dfn{kernel mode setting} (KMS).")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]