treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -117,7 +117,7 @@ let
|
||||
else
|
||||
lib.appendToName "with-plugins" (stdenv.mkDerivation {
|
||||
inherit (terraform) name meta;
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
buildCommand = pluginDir + ''
|
||||
mkdir -p $out/bin/
|
||||
|
||||
Reference in New Issue
Block a user