mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
esptool: set meta.mainProgram
This commit is contained in:
parent
229321224a
commit
0a7a068d49
1 changed files with 1 additions and 0 deletions
|
@ -46,5 +46,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ dezgeg dotlambda ] ++ teams.lumiguide.members;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
mainProgram = "esptool.py";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue