python3Packages.reflex-chakra: add missing input

This commit is contained in:
Fabian Affolter 2026-03-07 09:23:06 +01:00
parent e2fbb67cc1
commit a4ee9a4031

View file

@ -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" ];