nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 12 lines 273 B view raw
1# See cc-wrapper for comments. 2var_templates_list=( 3 PKG_CONFIG_PATH 4) 5 6accumulateRoles 7 8for var in "${var_templates_list[@]}"; do 9 mangleVarListGeneric ":" "$var" ${role_suffixes[@]+"${role_suffixes[@]}"} 10done 11 12export NIX_PKG_CONFIG_WRAPPER_FLAGS_SET_@suffixSalt@=1