Merge pull request #219021 from wlcx/master

esptool: enable on darwin
This commit is contained in:
Weijia Wang
2023-03-01 19:46:41 +02:00
committed by GitHub
+1 -1
View File
@@ -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;
};
}