python3Packages.reflex-chakra: add missing input (#497486)

This commit is contained in:
Fabian Affolter
2026-03-07 08:34:42 +00:00
committed by GitHub
@@ -3,8 +3,9 @@
buildPythonPackage,
fetchFromGitHub,
hatchling,
reflex,
pytestCheckHook,
reflex,
uv-dynamic-versioning,
}:
buildPythonPackage rec {
@@ -21,7 +22,9 @@ buildPythonPackage rec {
build-system = [
hatchling
uv-dynamic-versioning
];
dependencies = [ reflex ];
pythonImportsCheck = [ "reflex_chakra" ];