pamtester: add autoreconfHook

Fix build with GCC 14.
This commit is contained in:
Thiago Kenji Okada
2024-12-28 11:06:38 +00:00
parent 9e09ce2d47
commit 37ec46ac40
+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; {