treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -33,7 +33,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
inherit src;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
buildCommand = ''
|
||||
mkdir -p $out/bin $out/public
|
||||
|
||||
Reference in New Issue
Block a user