mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
* 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 "$addFlags" "$out/nix-support/add-flags.sh"
|
||||||
|
|
||||||
|
doSubstitute "$setupHook" "$out/nix-support/setup-hook"
|
||||||
|
|
||||||
cp -p $utils $out/nix-support/utils.sh
|
cp -p $utils $out/nix-support/utils.sh
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user