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
commit 0d144d9d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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