pamtester: add autoreconfHook (#368792)

This commit is contained in:
Adam C. Stephens
2024-12-28 10:49:20 -05:00
committed by GitHub
+3
View File
@@ -1,6 +1,7 @@
{
lib,
stdenv,
autoreconfHook,
fetchurl,
pam,
}:
@@ -14,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "1mdj1wj0adcnx354fs17928yn2xfr1hj5mfraq282dagi873sqw3";
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ pam ];
meta = with lib; {