system: Use kmod instead of module-init-tools.

* gnu/system.scm (%base-packages): Use kmod instead of
  module-init-tools.
master
Ludovic Courtès 2014-07-16 15:50:13 +02:00
parent dc254e0568
commit 03e9998f41
1 changed files with 6 additions and 1 deletions

View File

@ -222,7 +222,12 @@ explicitly appear in OS."
lsof ;for Guix's 'list-runtime-roots'
util-linux inetutils isc-dhcp
net-tools ; XXX: remove when Inetutils suffices
module-init-tools udev kbd
;; Get 'insmod' & co. from kmod, not module-init-tools, since udev
;; already depends on it anyway.
kmod udev
kbd
;; The packages below are also in %FINAL-INPUTS, so take them from
;; there to avoid duplication.