Commit 621558e4 authored by Armeen Mahdian's avatar Armeen Mahdian
Browse files

nss_pam_ldapd: switch to python3

parent 6e4f70e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl
, pkg-config, makeWrapper, autoreconfHook
, openldap, python2, pam
, openldap, python3, pam
}:

stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
  };

  nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook ];
  buildInputs = [ openldap pam python2 ];
  buildInputs = [ openldap pam python3 ];

  preConfigure = ''
    substituteInPlace Makefile.in --replace "install-data-local: " "# install-data-local: "