treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -23,7 +23,8 @@ stdenv.mkDerivation {
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
buildInputs = lib.optionals (!stdenv.isDarwin) [ jre makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = lib.optionals (!stdenv.isDarwin) [ jre ];
|
||||
|
||||
installPhase =
|
||||
if stdenv.isDarwin then ''
|
||||
|
||||
Reference in New Issue
Block a user