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
commit 55e65616fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;