summaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-03-19 21:32:13 +0100
committerLudovic Courtès <ludo@gnu.org>2019-03-24 23:06:11 +0100
commitdb1e2522f6222594fc507ce7a7ba7b1c0ac5037d (patch)
treece3bd201a147079ad14e0ba1927a4f7fdaabbce0 /gnu.scm
parent91b6873b24c205bd445844845fb44add643d0cff (diff)
downloadpatches-db1e2522f6222594fc507ce7a7ba7b1c0ac5037d.tar
patches-db1e2522f6222594fc507ce7a7ba7b1c0ac5037d.tar.gz
Add (gnu system keyboard).
* gnu/system/keyboard.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it.
Diffstat (limited to 'gnu.scm')
-rw-r--r--gnu.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu.scm b/gnu.scm
index 3e7e7c0ebc..2c29b6dc3f 100644
--- a/gnu.scm
+++ b/gnu.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014, 2015, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
@@ -45,6 +45,7 @@
(gnu system file-systems)
(gnu bootloader)
(gnu bootloader grub)
+ (gnu system keyboard)
(gnu system pam)
(gnu system shadow) ; 'user-account'
(gnu system linux-initrd)