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
+1 -1
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;