9 buildPythonPackage rec {
10 pname = "reflex-chakra";
14 disabled = pythonOlder "3.9";
16 src = fetchFromGitHub {
18 repo = "reflex-chakra";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-VMFCaJh7HA/bsOV1ONuPJCzhzpQrcppOnPIcIIpeaSs=";
28 build-system = [ poetry-core ];
30 # pythonImportsCheck = [ "reflex_chakra" ];
35 description = "Chakra Implementation in Reflex";
36 homepage = "https://github.com/reflex-dev/reflex-chakra";
37 changelog = "https://github.com/reflex-dev/reflex-chakra/releases/tag/v${version}";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ fab ];