use execv instead of execve

svn path=/nixpkgs/trunk/; revision=3657
This commit is contained in:
Armijn Hemel
2005-08-21 22:37:31 +00:00
parent 77c089a857
commit acc1db9ac6
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ stdenv.mkDerivation {
md5 = "f91416a0b8ed3fd0601688cf0b7df58f";
};
buildInputs = [groff];
# patches = [./dhcp-makefile.patch];
patches = [./dhclient-execve.patch];
}