treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
|
||||
ln -s $out/share/nwjs/nwjc $out/bin
|
||||
'';
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An app runtime based on Chromium and node.js";
|
||||
|
||||
Reference in New Issue
Block a user