treewide: unzip buildInputs to nativeBuildInputs (#112302)

This commit is contained in:
Ben Siraphob
2021-02-20 16:01:53 -05:00
committed by GitHub
parent ce5052e931
commit 127733211e
183 changed files with 282 additions and 261 deletions
+2 -2
View File
@@ -115,8 +115,8 @@ let
sourceRoot = ".";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ zlib libpng bzip2 SDL SDL_mixer unzip ];
nativeBuildInputs = [ pkg-config unzip ];
buildInputs = [ zlib libpng bzip2 SDL SDL_mixer ];
configurePhase = let
# Configuration as per the readme.txt and config.template