Skip to content

Commit

Permalink
pamtester: add autoreconfHook
Browse files Browse the repository at this point in the history
Fix build with GCC 14.
  • Loading branch information
thiagokokada committed Dec 28, 2024
1 parent 9e09ce2 commit 37ec46a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/pa/pamtester/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
lib,
stdenv,
autoreconfHook,
fetchurl,
pam,
}:
Expand All @@ -14,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "1mdj1wj0adcnx354fs17928yn2xfr1hj5mfraq282dagi873sqw3";
};

nativeBuildInputs = [ autoreconfHook ];

buildInputs = [ pam ];

meta = with lib; {
Expand Down

0 comments on commit 37ec46a

Please sign in to comment.