commit
d2eff09f50
1 changed files with 1 additions and 1 deletions
|
@ -45,6 +45,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
homepage = "https://github.com/espressif/esptool";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ dezgeg dotlambda ] ++ teams.lumiguide.members;
|
||||
platforms = platforms.linux;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue