2020-06-18 07:06:33 +00:00
|
|
|
# See cc-wrapper for comments.
|
|
|
|
var_templates_list=(
|
|
|
|
PKG_CONFIG_PATH
|
|
|
|
)
|
|
|
|
|
|
|
|
accumulateRoles
|
|
|
|
|
|
|
|
for var in "${var_templates_list[@]}"; do
|
2021-06-28 23:13:55 +00:00
|
|
|
mangleVarListGeneric ":" "$var" ${role_suffixes[@]+"${role_suffixes[@]}"}
|
2020-06-18 07:06:33 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
export NIX_PKG_CONFIG_WRAPPER_FLAGS_SET_@suffixSalt@=1
|