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

authored by

Sandro and committed by
GitHub
9a46b4a5 e28283b9

+2 -2
+2 -2
pkgs/tools/networking/nss-pam-ldapd/default.nix
··· 1 { lib, stdenv, fetchurl 2 , pkg-config, makeWrapper, autoreconfHook 3 - , openldap, python2, pam 4 }: 5 6 stdenv.mkDerivation rec { ··· 13 }; 14 15 nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook ]; 16 - buildInputs = [ openldap pam python2 ]; 17 18 preConfigure = '' 19 substituteInPlace Makefile.in --replace "install-data-local: " "# install-data-local: "
··· 1 { lib, stdenv, fetchurl 2 , pkg-config, makeWrapper, autoreconfHook 3 + , openldap, python3, pam 4 }: 5 6 stdenv.mkDerivation rec { ··· 13 }; 14 15 nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook ]; 16 + buildInputs = [ openldap pam python3 ]; 17 18 preConfigure = '' 19 substituteInPlace Makefile.in --replace "install-data-local: " "# install-data-local: "