mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
c71ab32a67
This fixes longstanding build issues
13 lines
262 B
Bash
13 lines
262 B
Bash
# See cc-wrapper for comments.
|
|
var_templates_list=(
|
|
PKG_CONFIG_PATH
|
|
)
|
|
|
|
accumulateRoles
|
|
|
|
for var in "${var_templates_list[@]}"; do
|
|
mangleVarList "$var" ${role_suffixes[@]+"${role_suffixes[@]}"}
|
|
done
|
|
|
|
export NIX_PKG_CONFIG_WRAPPER_FLAGS_SET_@suffixSalt@=1
|