Merge pull request #233193 from Atemu/esptool-darwin

esptool_3: enable on Darwin
This commit is contained in:
Martin Weinelt
2023-05-21 13:25:14 +02:00
committed by GitHub

View File

@@ -68,6 +68,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/espressif/esptool";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ hexa ];
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
};
}