2 set -eu -o pipefail
+o posix
5 if (( "${NIX_DEBUG:-0}" >= 7 )); then
9 source @out@
/nix-support
/utils.bash
11 if [ -z "${NIX_PKG_CONFIG_WRAPPER_FLAGS_SET_@suffixSalt@:-}" ]; then
12 source @out@
/nix-support
/add-flags.sh
15 set -- @addFlags@
"$@"
17 if (( ${#role_suffixes[@]} > 0 )); then
18 # replace env var with nix-modified one
19 PKG_CONFIG_PATH
=$PKG_CONFIG_PATH_@suffixSalt@
exec @prog@
"$@"
21 # pkg-config isn't a real dependency so ignore setup hook entirely