Skip to content

Commit

Permalink
pamtester: add autoreconfHook (NixOS#368792)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Dec 28, 2024
2 parents ec4c6b3 + 37ec46a commit eda595a
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 eda595a

Please sign in to comment.