treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -42,7 +42,8 @@ let
|
||||
in stdenv.mkDerivation {
|
||||
inherit name version src;
|
||||
|
||||
buildInputs = [ makeWrapper nodejs ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ nodejs ];
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user