Loading pkgs/development/python-modules/reflex-chakra/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ buildPythonPackage, fetchFromGitHub, hatchling, reflex, pytestCheckHook, reflex, uv-dynamic-versioning, }: buildPythonPackage rec { Loading @@ -21,7 +22,9 @@ buildPythonPackage rec { build-system = [ hatchling uv-dynamic-versioning ]; dependencies = [ reflex ]; pythonImportsCheck = [ "reflex_chakra" ]; Loading Loading
pkgs/development/python-modules/reflex-chakra/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ buildPythonPackage, fetchFromGitHub, hatchling, reflex, pytestCheckHook, reflex, uv-dynamic-versioning, }: buildPythonPackage rec { Loading @@ -21,7 +22,9 @@ buildPythonPackage rec { build-system = [ hatchling uv-dynamic-versioning ]; dependencies = [ reflex ]; pythonImportsCheck = [ "reflex_chakra" ]; Loading