pgpool: add versionCheckHook
This commit is contained in:
committed by
Anthony ROUSSEL
parent
6e8ec5ba18
commit
9020620392
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user