esptool: enable on darwin

This commit is contained in:
Sam Willcocks 2023-03-01 17:05:54 +00:00
parent f6ddacbf89
commit 0501c3cf77

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;
};
}