From 25193e2732e178f701f517ca15ff802f03b29933 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Fri, 20 Jan 2023 12:00:00 +0000 Subject: postgresqlTestHook: adapt comment to nativeCheckInputs --- .../setup-hooks/postgresql-test-hook/postgresql-test-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') 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 041a3f5653325..cfc9bd2f83d63 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' -- cgit 1.4.1