treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
pname = "retroarch";
|
||||
version = lib.getVersion retroarch;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
buildCommand = ''
|
||||
mkdir -p $out/lib
|
||||
|
||||
Reference in New Issue
Block a user