pgpool: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-29 17:20:56 +02:00 committed by Martin Weinelt
parent 84eda8bc8b
commit 31e5ad8466
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -3,6 +3,7 @@
, fetchurl
, postgresql
, openssl
, libxcrypt
, withPam ? stdenv.isLinux
, pam
}:
@ -20,6 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [
postgresql
openssl
libxcrypt
] ++ lib.optional withPam pam;
configureFlags = [