PATH screws up quite a bit...fix this...

svn path=/nixpkgs/trunk/; revision=4498
This commit is contained in:
Armijn Hemel
2006-01-05 19:30:22 +00:00
parent f3ee45412f
commit 1674963479
3 changed files with 20 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, bash, gnused, coreutils}:
{stdenv, fetchurl, bash, gnused, coreutils, utillinux, gnugrep, module_init_tools}:
stdenv.mkDerivation {
name = "hotplug-2004_03_29";
@@ -8,5 +8,5 @@ stdenv.mkDerivation {
md5 = "167bd479a1ca30243c51ca088e0942b3";
};
patches = [./hotplug-install-path.patch ./hotplug-install.patch ./hotplug-2004_03_29-bash.patch];
inherit bash gnused coreutils;
inherit bash gnused coreutils utillinux gnugrep module_init_tools;
}