From 584a8b351471c44ba5535adabf6c440b474698bb Mon Sep 17 00:00:00 2001 From: Luo Chen Date: Fri, 11 Feb 2022 02:04:20 +0800 Subject: autoconf213: fix nativeBuildInputs Typo: nativebuildInputs -> nativeBuildInputs (#156656) --- pkgs/development/tools/misc/autoconf/2.13.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/autoconf/2.13.nix b/pkgs/development/tools/misc/autoconf/2.13.nix index dc36028332f..078b882e00e 100644 --- a/pkgs/development/tools/misc/autoconf/2.13.nix +++ b/pkgs/development/tools/misc/autoconf/2.13.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { sha256 = "07krzl4czczdsgzrrw9fiqx35xcf32naf751khg821g5pqv12qgh"; }; - nativebuildInputs = [ xz ]; + nativeBuildInputs = [ xz ]; buildInputs = [ m4 perl ]; doCheck = true; -- cgit 1.4.1