mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
pgpool: fix build with libxcrypt
This commit is contained in:
parent
84eda8bc8b
commit
31e5ad8466
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user