summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2006-01-07 15:06:10 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2006-01-07 15:06:10 +0000
commit23656c4a769bb6f0f4c165c9d072d66eae02a9c0 (patch)
treec921829fbd78d1c5bf3c9c2a2c13aa483e841b76 /pkgs
parentb02e8f34235cd28725688b9402bc4bacdcb371ca (diff)
downloadnixlib-23656c4a769bb6f0f4c165c9d072d66eae02a9c0.tar
nixlib-23656c4a769bb6f0f4c165c9d072d66eae02a9c0.tar.gz
nixlib-23656c4a769bb6f0f4c165c9d072d66eae02a9c0.tar.bz2
nixlib-23656c4a769bb6f0f4c165c9d072d66eae02a9c0.tar.lz
nixlib-23656c4a769bb6f0f4c165c9d072d66eae02a9c0.tar.xz
nixlib-23656c4a769bb6f0f4c165c9d072d66eae02a9c0.tar.zst
nixlib-23656c4a769bb6f0f4c165c9d072d66eae02a9c0.zip
supply right parameters for hotplug
svn path=/nixpkgs/trunk/; revision=4504
Diffstat (limited to 'pkgs')
-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 {