treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -40,7 +40,8 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
subPackages = [ "." ];
|
||||
buildInputs = [ llvm clang-unwrapped makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ llvm clang-unwrapped ];
|
||||
propagatedBuildInputs = [ lld avrgcc avrdude openocd gcc-arm-embedded ];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user