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
commit 9cbd4f8129
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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