* The postHook substitution is not used anywhere, so get rid of it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31702
This commit is contained in:
Eelco Dolstra
2012-01-19 15:39:12 +00:00
parent b31df26cea
commit 6208059079
4 changed files with 3 additions and 9 deletions
-2
View File
@@ -48,8 +48,6 @@ mkDerivation {
phases = [ "buildPhase" ];
setupNew = substituteAll {
src = ../../stdenv/generic/setup.sh;
preHook="";
postHook="";
initialPath= (import ../../stdenv/common-path.nix) { inherit pkgs; };
gcc = stdenv.gcc;
};