1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

pkg-config: make comment clearer for non-natives

Suggested-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
Alyssa Ross 2021-11-30 13:10:41 +00:00 committed by Jonathan Ringer
parent 801078806b
commit 4760a907ea

View file

@ -18,6 +18,6 @@ if (( ${#role_suffixes[@]} > 0 )); then
# replace env var with nix-modified one
PKG_CONFIG_PATH=$PKG_CONFIG_PATH_@suffixSalt@ exec @prog@ "$@"
else
# pkg-config isn't a bonafied dependency so ignore setup hook entirely
# pkg-config isn't a real dependency so ignore setup hook entirely
exec @prog@ "$@"
fi