summary refs log tree commit diff
path: root/pkgs/build-support/pkg-config-wrapper/pkg-config-wrapper.sh
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-30 13:10:41 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-02 16:11:43 -0800
commit4760a907ea08f94f569c6f9bcc91ce00ae05dbf9 (patch)
tree8957251f8ae81508100b9264196677c16583a33d /pkgs/build-support/pkg-config-wrapper/pkg-config-wrapper.sh
parent801078806b8664c8c5aa90587dcabf8b285e9269 (diff)
downloadnixpkgs-4760a907ea08f94f569c6f9bcc91ce00ae05dbf9.tar
nixpkgs-4760a907ea08f94f569c6f9bcc91ce00ae05dbf9.tar.gz
nixpkgs-4760a907ea08f94f569c6f9bcc91ce00ae05dbf9.tar.bz2
nixpkgs-4760a907ea08f94f569c6f9bcc91ce00ae05dbf9.tar.lz
nixpkgs-4760a907ea08f94f569c6f9bcc91ce00ae05dbf9.tar.xz
nixpkgs-4760a907ea08f94f569c6f9bcc91ce00ae05dbf9.tar.zst
nixpkgs-4760a907ea08f94f569c6f9bcc91ce00ae05dbf9.zip
pkg-config: make comment clearer for non-natives
Suggested-by: Jörg Thalheim <joerg@thalheim.io>
Diffstat (limited to 'pkgs/build-support/pkg-config-wrapper/pkg-config-wrapper.sh')
-rw-r--r--pkgs/build-support/pkg-config-wrapper/pkg-config-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/pkg-config-wrapper/pkg-config-wrapper.sh b/pkgs/build-support/pkg-config-wrapper/pkg-config-wrapper.sh
index 9d0f7b028d8..1aa14cfeb7c 100644
--- a/pkgs/build-support/pkg-config-wrapper/pkg-config-wrapper.sh
+++ b/pkgs/build-support/pkg-config-wrapper/pkg-config-wrapper.sh
@@ -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