[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
145/244: services: base: Remove 'console-keymap-service-type' variable.
From: |
guix-commits |
Subject: |
145/244: services: base: Remove 'console-keymap-service-type' variable. |
Date: |
Wed, 12 Apr 2023 08:49:08 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 64860edea78386c5f2b5893d7d58620b3169b100
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Mon Feb 27 00:11:38 2023 +0000
services: base: Remove 'console-keymap-service-type' variable.
* gnu/services/base.scm (console-keymap-service-type): Remove variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/services/base.scm | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index e063828d3b..4a358945ea 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -814,21 +814,6 @@ host names."
#t ;default to UTF-8
(description "Ensure the Linux virtual terminals run in UTF-8 mode.")))
-(define console-keymap-service-type
- (shepherd-service-type
- 'console-keymap
- (lambda (files)
- (shepherd-service
- (documentation (string-append "Load console keymap (loadkeys)."))
- (provision '(console-keymap))
- (start #~(lambda _
- (zero? (system* #$(file-append kbd "/bin/loadkeys")
- #$@files))))
- (respawn? #f)))
- (description "@emph{This service is deprecated in favor of the
-@code{keyboard-layout} field of @code{operating-system}.} Load the given list
-of console keymaps with @command{loadkeys}.")))
-
(define %default-console-font
;; Note: the 'font-gnu-unifont' package cannot be cross-compiled (yet), but
;; its "psf" output is the same whether it's built natively or not, hence
- 114/244: gnu: r-ggh4x: Update to 0.2.4., (continued)
- 114/244: gnu: r-ggh4x: Update to 0.2.4., guix-commits, 2023/04/12
- 116/244: gnu: r-gstat: Update to 2.1-1., guix-commits, 2023/04/12
- 118/244: gnu: r-matrix: Update to 1.5-4., guix-commits, 2023/04/12
- 112/244: gnu: r-densestbayes: Update to 1.0-2.2., guix-commits, 2023/04/12
- 122/244: gnu: r-sn: Update to 2.1.1., guix-commits, 2023/04/12
- 135/244: gnu: linux-libre-lts: Update to 6.1., guix-commits, 2023/04/12
- 136/244: news: Add entry for the linux-libre-lts 6.1 update., guix-commits, 2023/04/12
- 137/244: gnu: hwloc: Update to 2.9.1., guix-commits, 2023/04/12
- 139/244: gnu: erlang: Update to 25.3., guix-commits, 2023/04/12
- 140/244: gnu: Add bpftool., guix-commits, 2023/04/12
- 145/244: services: base: Remove 'console-keymap-service-type' variable.,
guix-commits <=
- 150/244: services: desktop: Remove 'xfce-desktop-service' procedure., guix-commits, 2023/04/12
- 143/244: services: ntp-service-type: Remove deprecated server as strings support., guix-commits, 2023/04/12
- 215/244: gnu: cwm: Fix build., guix-commits, 2023/04/12
- 156/244: gnu: zrythm: Update to 1.0.0-beta.4.5.62., guix-commits, 2023/04/12
- 141/244: gnu: Purge pre-1.3.0 deprecated packages., guix-commits, 2023/04/12
- 178/244: nls: Make sure gnu/home/services/*.scm files are translatable., guix-commits, 2023/04/12
- 189/244: gnu: fcitx5-qt: Update to 5.0.17., guix-commits, 2023/04/12
- 190/244: gnu: fcitx5-anthy: Update to 5.0.14., guix-commits, 2023/04/12
- 225/244: doc: Regarding SSL certs, clarify when we write about Guix System., guix-commits, 2023/04/12
- 174/244: gnu: emacs-ement: Update to 0.8.2., guix-commits, 2023/04/12