treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -162,7 +162,7 @@ in rec {
|
||||
# Eclipse.
|
||||
name = (lib.meta.appendToName "with-plugins" eclipse).name;
|
||||
in
|
||||
runCommand name { buildInputs = [ makeWrapper ]; } ''
|
||||
runCommand name { nativeBuildInputs = [ makeWrapper ]; } ''
|
||||
mkdir -p $out/bin $out/etc
|
||||
|
||||
# Prepare an eclipse.ini with the plugin directory.
|
||||
|
||||
Reference in New Issue
Block a user