~ruther/guix-local

a68571005808649aaa165c5f577cc695760dbca0 — Florian Pelz 6 months ago 1839efa
installer: Do not use LatGrkCyr console font for Esperanto.

* gnu/installer/services.scm (system-services->configuration):
Don't match `eo'.

Change-Id: I46ba7dd737141c25ce9a9fcf164ae431e2ed4b33
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/installer/services.scm
M gnu/installer/services.scm => gnu/installer/services.scm +3 -1
@@ 197,7 197,9 @@
                           '%base-services)))
         (native-console-font (match (false-if-exception
                                      (string-take (getenv "LANGUAGE") 2))
                                ((or "be" "bg" "el" "eo" "kk" "ky"
                                ((or "el" ;easier with more complete Greek font
                                     ;; These need Cyrillic:
                                     "be" "bg" "kk" "ky"
                                     "mk" "mn" "ru" "sr" "tg" "uk")
                                 "LatGrkCyr-8x16")
                                (_ #f)))