From df212ee5d153f4b94ec27dc300ab34e837d1bb72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 7 Feb 2026 17:56:47 -0800 Subject: [PATCH] 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. --- pkgs/development/python-modules/flet/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/flet/default.nix b/pkgs/development/python-modules/flet/default.nix index c7e2775fe153..523d944e4184 100644 --- a/pkgs/development/python-modules/flet/default.nix +++ b/pkgs/development/python-modules/flet/default.nix @@ -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}";