Remove unnecassary buildinput
This commit is contained in:
@@ -38,12 +38,9 @@ let
|
|||||||
}: let
|
}: let
|
||||||
in pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
|
in pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
inherit name src;
|
inherit name src;
|
||||||
nativeBuildInputs = with pkgs; [
|
|
||||||
arduinoEnv
|
|
||||||
];
|
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
arduino-cli compile --log --output-dir=out --fqbn=${fqbn}
|
${arduinoEnv}/bin/arduino-cli compile --log --output-dir=out --fqbn=${fqbn}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user