pam_pgsql: fix build with libxcrypt
This commit is contained in:
parent
9fb94a820d
commit
94e54c6152
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, postgresql, libgcrypt, pam }:
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, postgresql, libgcrypt, pam, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pam_pgsql";
|
||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
buildInputs = [ libgcrypt pam postgresql ];
|
||||
buildInputs = [ libgcrypt pam postgresql libxcrypt ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Support to authenticate against PostgreSQL for PAM-enabled appliations";
|
||||
|
Loading…
Reference in New Issue
Block a user