diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-23 15:35:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-24 00:20:01 +0200 |
commit | 151a2c07aa0537c136e6fe61609957878f0a4c72 (patch) | |
tree | be7eda5fab46c41b0a5488c69f508943d5ab6c06 /gnu/system.scm | |
parent | 1bd3f8498632416fd87be737769a20bfc37f5602 (diff) | |
download | guix-151a2c07aa0537c136e6fe61609957878f0a4c72.tar.gz |
services: Add udev service, and add it to '%base-services'.
* gnu/services/base.scm (udev-service): New procedure. (%base-services): Use it. * gnu/system.scm (%base-packages): Add UDEV.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 41ea59b69b..c2d31de15d 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -218,7 +218,7 @@ explicitly appear in OS." guile-final (@ (gnu packages admin) dmd) guix util-linux inetutils isc-dhcp net-tools ; XXX: remove when Inetutils suffices - module-init-tools kbd + module-init-tools udev kbd ;; The packages below are also in %FINAL-INPUTS, so take them from ;; there to avoid duplication. |