Commit 4da9af31 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python3Packages.reflex-chakra: mark broken

reflex-chakra is developed by the reflex devs, they relied on a non-public function and simply failed to keep it updated with reflex.
parent 406b134d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,5 +41,6 @@ buildPythonPackage (finalAttrs: {
    changelog = "https://github.com/reflex-dev/reflex-chakra/releases/tag/${finalAttrs.src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ fab ];
    broken = true; # ImportError: cannot import name '_issubclass' from 'reflex.utils.types'
  };
})