mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.reflex-chakra: add missing input
This commit is contained in:
parent
e2fbb67cc1
commit
a4ee9a4031
1 changed files with 4 additions and 1 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue