python3Packages.flet: mark broken

It fails to build with

    pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'

but adding setuptools to the build-system and updating the dependencies
is not sufficient to make it build.
This commit is contained in:
Robert Schütz
2026-02-07 17:56:51 -08:00
parent 4f17d37391
commit df212ee5d1
@@ -74,6 +74,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "flet" ];
meta = {
broken = true;
description = "Framework that enables you to easily build realtime web, mobile, and desktop apps in Python";
homepage = "https://flet.dev/";
changelog = "https://github.com/flet-dev/flet/releases/tag/v${version}";