unixtools.modprobe: fix

This commit is contained in:
Piotr Bogdan 2018-04-12 17:03:02 +01:00
parent b1fa009aa2
commit 0b9ca7875a

View File

@ -64,7 +64,7 @@ in rec {
linux = pkgs.utillinux; linux = pkgs.utillinux;
}; };
modprobe = singleBinary "modprobe" { modprobe = singleBinary "modprobe" {
linux = pkgs.utillinux; linux = pkgs.kmod;
}; };
more = singleBinary "more" { more = singleBinary "more" {
linux = pkgs.utillinux; linux = pkgs.utillinux;