Unverified Commit 980b435b authored by Moraxyc's avatar Moraxyc
Browse files

pam_pgsql: fix build

parent 239d009d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -24,7 +24,9 @@ stdenv.mkDerivation {
  nativeBuildInputs = [
    autoreconfHook
    pkg-config
    libpq.pg_config
  ];

  buildInputs = [
    libgcrypt
    pam
@@ -33,7 +35,7 @@ stdenv.mkDerivation {
  ];

  meta = {
    description = "Support to authenticate against PostgreSQL for PAM-enabled appliations";
    description = "Support to authenticate against PostgreSQL for PAM-enabled applications";
    homepage = "https://github.com/pam-pgsql/pam-pgsql";
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.linux;