fix: add python3 to aiov2_ctl buildInputs so patchShebangs fixes the shebang

This commit is contained in:
2026-06-21 15:07:49 -04:00
parent 01f8166529
commit 2a4856e447

View File

@@ -47,6 +47,7 @@ let
}; };
dontUnpack = true; dontUnpack = true;
buildInputs = [ pkgs.python3 ];
installPhase = '' installPhase = ''
mkdir -p $out/bin $out/share/aiov2_ctl/img mkdir -p $out/bin $out/share/aiov2_ctl/img