treewide: Manually fix miscategorized autoreconfHook buildInputs

These are the ones with odd indentation my script will mess up on.
This commit is contained in:
John Ericson
2017-09-21 15:49:53 -04:00
parent 1e73b71e03
commit 9f2e05662b
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ let
url = "https://github.com/lua-stdlib/lua-stdlib/archive/release.zip";
sha256 = "0636absdfjx8ybglwydmqxwfwmqz1c4b9s5mhxlgm4ci18lw3hms";
};
buildInputs = [ autoreconfHook unzip ];
nativeBuildInputs = [ autoreconfHook unzip ];
meta = {
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
platforms = stdenv.lib.platforms.linux;