NIXPKGS-15: gcc-wrapper should always create symlinks on impure stdenv
In pkgs/build-support/gcc-wrapper/builder.sh: mkGccWrapper does not create a symlink for programs that dont exist. This is fine, unless were symlinking native tools (like /usr/bin/gcc). Then it should be unconditional. Otherwise its too impure.
Submitted on 8 February 2006 at 17:59
Log in to post comments