forked from mirrors/nixpkgs
* 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:
parent
7689a348c4
commit
5175cce9a9
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue