fix: add python3 to aiov2_ctl buildInputs so patchShebangs fixes the shebang
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user