From 5175cce9a948fbf4f31eaf1c1f630677c5844e1f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 23 Apr 2009 16:23:12 +0000 Subject: [PATCH] * 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 --- pkgs/build-support/gcc-wrapper/builder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/build-support/gcc-wrapper/builder.sh b/pkgs/build-support/gcc-wrapper/builder.sh index 4fe07f9323cd..0691b4273254 100644 --- a/pkgs/build-support/gcc-wrapper/builder.sh +++ b/pkgs/build-support/gcc-wrapper/builder.sh @@ -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