pgpool: add versionCheckHook

This commit is contained in:
Anthony Roussel
2026-03-10 00:34:30 +01:00
committed by Anthony ROUSSEL
parent 6e8ec5ba18
commit 9020620392
+4
View File
@@ -9,6 +9,7 @@
libxcrypt,
openssl,
pam,
versionCheckHook,
withPam ? true,
}:
@@ -63,6 +64,9 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
meta = {
description = "Middleware that works between PostgreSQL servers and PostgreSQL clients";
homepage = "https://pgpool.net/";