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 -1
View File
@@ -25,7 +25,8 @@ stdenv.mkDerivation {
url = "https://www.retrodev.com/repos/blastem/archive/3d48cb0c28be.tar.gz";
sha256 = "07wzbmzp0y8mh59jxg81q17gqagz3psxigxh8dmzsipgg68y6a8r";
};
buildInputs = [ pkg-config SDL2 glew xcftools python pillow vasm makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ pkg-config SDL2 glew xcftools python pillow vasm ];
preBuild = ''
patchShebangs img2tiles.py
'';
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
pname = "retroarch";
version = lib.getVersion retroarch;
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
buildCommand = ''
mkdir -p $out/lib
+2 -1
View File
@@ -7,7 +7,8 @@ lib.appendToName "with-fonts" (symlinkJoin {
paths = [ lilypond ] ++ openlilylib-fonts.all;
buildInputs = [ makeWrapper lndir ];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lndir ];
postBuild = ''
for p in $out/bin/*; do
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "09m4alb3clp3rhnqga5v6070p7n1gmnwp2ssqhq87nf2ipfpcaak";
};
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
installPhase = ''
mkdir $out -p