Unverified Commit 2c8db484 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.flet: mark broken (#488170)

parents bd860159 df212ee5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,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}";