treewide: makeWrapper buildInputs to nativeBuildInputs

This commit is contained in:
Ben Siraphob
2021-02-07 16:17:39 +07:00
parent 06c2bba257
commit e03c068af5
332 changed files with 532 additions and 391 deletions

View File

@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1kvc7fkp45w48f0bxwbxvxkicnjrrydki0hllg294n1wrp80zzyk";
};
buildInputs = [ perl makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ perl ];
preBuild = ''
patchShebangs bin/

View File

@@ -12,8 +12,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1zv87nqhrzsxx0m891df4vagzssj3kblfv9yp7j96dw0vn9950qa";
};
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ cmake pkg-config makeWrapper ];
propagatedBuildInputs = with qt5; [
qt5.qtbase
qtdeclarative