mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
system: Use kmod instead of module-init-tools.
* gnu/system.scm (%base-packages): Use kmod instead of module-init-tools.
This commit is contained in:
parent
dc254e0568
commit
03e9998f41
1 changed files with 6 additions and 1 deletions
|
@ -222,7 +222,12 @@ (define %base-packages
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue