* 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
-1
View File
@@ -8,7 +8,6 @@ mkdir $out
sed \
-e "s^@preHook@^$preHook^g" \
-e "s^@postHook@^$postHook^g" \
-e "s^@initialPath@^$initialPath^g" \
-e "s^@gcc@^$gcc^g" \
-e "s^@shell@^$shell^g" \