treewide: Replace module_init_tools -> kmod
The former is deprecated and doesn't handle compressed kernel modules, so all current usages of it are broken.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ stdenv, fetchurl, coreutils, gnugrep, utillinux, module_init_tools
|
||||
{ stdenv, fetchurl, coreutils, gnugrep, utillinux, kmod
|
||||
, procps, kbd, dbus_tools }:
|
||||
|
||||
let
|
||||
|
||||
binPath = stdenv.lib.makeBinPath
|
||||
[ coreutils gnugrep utillinux module_init_tools procps kbd dbus_tools ];
|
||||
[ coreutils gnugrep utillinux kmod procps kbd dbus_tools ];
|
||||
|
||||
sbinPath = stdenv.lib.makeSearchPathOutputs "sbin" ["bin"]
|
||||
[ procps ];
|
||||
|
||||
Reference in New Issue
Block a user