guix-commits
[Top][All Lists]
Advanced

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

146/244: services: base: Remove 'console-font-service' procedure.


From: guix-commits
Subject: 146/244: services: base: Remove 'console-font-service' procedure.
Date: Wed, 12 Apr 2023 08:49:08 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit f79551d07565d274e41622a0cee54fce22919e77
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Mon Feb 27 00:11:39 2023 +0000

    services: base: Remove 'console-font-service' procedure.
    
    * gnu/services/base.scm (console-font-service): Remove procedure.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/services/base.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 4a358945ea..74215b677a 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -886,14 +886,6 @@ package or any valid argument to @command{setfont}, as in 
this example:
                  \"/share/consolefonts/ter-132n\"))) ; for HDPI
 @end example\n")))
 
-(define* (console-font-service tty #:optional (font "LatGrkCyr-8x16"))
-  "This procedure is deprecated in favor of @code{console-font-service-type}.
-
-Return a service that sets up Unicode support in @var{tty} and loads
-@var{font} for that tty (fonts are per virtual console in Linux.)"
-  (simple-service (symbol-append 'console-font- (string->symbol tty))
-                  console-font-service-type `((,tty . ,font))))
-
 (define %default-motd
   (plain-file "motd" "This is the GNU operating system, welcome!\n\n"))
 



reply via email to

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