Skip to content

Commit

Permalink
autoconf213: fix nativeBuildInputs
Browse files Browse the repository at this point in the history
Typo: nativebuildInputs -> nativeBuildInputs
 (#156656)
  • Loading branch information
luochen1990 authored Feb 10, 2022
1 parent 8642b60 commit 584a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/autoconf/2.13.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "07krzl4czczdsgzrrw9fiqx35xcf32naf751khg821g5pqv12qgh";
};

nativebuildInputs = [ xz ];
nativeBuildInputs = [ xz ];
buildInputs = [ m4 perl ];

doCheck = true;
Expand Down

0 comments on commit 584a8b3

Please sign in to comment.