Merge pull request #38860 from pbogdan/unixtools-modprobe

unixtools.modprobe: fix
This commit is contained in:
Matthew Justin Bauer
2018-04-12 11:15:14 -05:00
committed by GitHub

View File

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