* Oops. We don't call genericBuild, so the fixupPhase (which creates

the setup hook) is never run.  So revert.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15281
This commit is contained in:
Eelco Dolstra 2009-04-23 16:23:12 +00:00
parent 7689a348c4
commit 5175cce9a9

View file

@ -115,6 +115,8 @@ test -n "$libc" && echo $libc > $out/nix-support/orig-libc
doSubstitute "$addFlags" "$out/nix-support/add-flags.sh"
doSubstitute "$setupHook" "$out/nix-support/setup-hook"
cp -p $utils $out/nix-support/utils.sh