mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
stdenv: change the logging in _allFlags to talkative
This commit is contained in:
parent
e844424e4f
commit
d8fbb16219
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ _allFlags() {
|
|||
# don't have to be in the env attrset when `__structuredAttrs` is enabled.
|
||||
export system pname name version
|
||||
while IFS='' read -r varName; do
|
||||
nixWarnLog "@${varName}@" "->" "${!varName}"
|
||||
nixTalkativeLog "@${varName}@ -> ${!varName}"
|
||||
args+=("--subst-var" "$varName")
|
||||
done < <(awk 'BEGIN { for (v in ENVIRON) if (v ~ /^[a-z][a-zA-Z0-9_]*$/) print v }')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue