treewide: makeWrapper buildInputs to nativeBuildInputs

This commit is contained in:
Ben Siraphob
2021-02-19 20:09:16 +07:00
parent 06c2bba257
commit e03c068af5
332 changed files with 532 additions and 391 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ stdenv.mkDerivation {
sha256 = "17iabh6rr8jim70n96rbhif4xq02g2kppscm8l339yqx6mhb64hs";
};
nativeBuildInputs = [ zip ];
buildInputs = [ love_0_7 makeWrapper ];
nativeBuildInputs = [ zip makeWrapper ];
buildInputs = [ love_0_7 ];
phases = [ "unpackPhase" "installPhase" ];