mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
stdenv/setup.sh: add SHELL to makeFlags (close #1354)
This commit is contained in:
parent
34a7256820
commit
3f4b14d793
@ -109,6 +109,8 @@ runHook preHook
|
||||
# Check that the pre-hook initialised SHELL.
|
||||
if [ -z "$SHELL" ]; then echo "SHELL not set"; exit 1; fi
|
||||
|
||||
# see https://github.com/NixOS/nixpkgs/pull/1354#issuecomment-31260409
|
||||
makeFlags="${makeFlags} SHELL=${SHELL}"
|
||||
|
||||
# Hack: run gcc's setup hook.
|
||||
envHooks=()
|
||||
|
Loading…
Reference in New Issue
Block a user