Merge pull request #170420 from armeenm/nss-pam-ldapd-python3

This commit is contained in:
Sandro 2022-11-03 11:53:06 +01:00 committed by GitHub
commit 9a46b4a567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ 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: "