add a patch which adds $PATH to the search path of updatedb. updatedb had the PATH set hard, probably because of security reasons.
svn path=/nixpkgs/trunk/; revision=3666
This commit is contained in:
@@ -7,4 +7,5 @@ stdenv.mkDerivation {
|
||||
md5 = "7c8e12165b221dd67a19c00d780437a4";
|
||||
};
|
||||
buildInputs = [coreutils];
|
||||
patches = [./findutils-path.patch];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user