summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2023-01-20 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2023-01-21 16:42:10 +0100
commit25193e2732e178f701f517ca15ff802f03b29933 (patch)
treee898939652b1bff08bdf1bd8f0d1660de514c615 /pkgs
parentd26caea94ba77b9bfe127aafe2d9a48b181189e4 (diff)
downloadnixpkgs-25193e2732e178f701f517ca15ff802f03b29933.tar
nixpkgs-25193e2732e178f701f517ca15ff802f03b29933.tar.gz
nixpkgs-25193e2732e178f701f517ca15ff802f03b29933.tar.bz2
nixpkgs-25193e2732e178f701f517ca15ff802f03b29933.tar.lz
nixpkgs-25193e2732e178f701f517ca15ff802f03b29933.tar.xz
nixpkgs-25193e2732e178f701f517ca15ff802f03b29933.tar.zst
nixpkgs-25193e2732e178f701f517ca15ff802f03b29933.zip
postgresqlTestHook: adapt comment to nativeCheckInputs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh b/pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh
index 041a3f56533..cfc9bd2f83d 100644
--- a/pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh
+++ b/pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh
@@ -50,7 +50,7 @@ EOF
   fi
 
   if ! type initdb >/dev/null; then
-    echo >&2 'initdb not found. Did you add postgresql to the checkInputs?'
+    echo >&2 'initdb not found. Did you add postgresql to the nativeCheckInputs?'
     false
   fi
   header 'initializing postgresql'