summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 28bac9127794..0019641e81ab 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1636,7 +1636,7 @@ rec {
   };
 
   hotplug = import ../os-specific/linux/hotplug {
-    inherit fetchurl stdenv;
+    inherit fetchurl stdenv bash gnused coreutils utillinux gnugrep module_init_tools;
   };
 
   udev = import ../os-specific/linux/udev {