Commit 0501c3cf authored by Sam Willcocks's avatar Sam Willcocks
Browse files

esptool: enable on darwin

parent f6ddacbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}