1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

trak: use dependencies attr

This commit is contained in:
Marco Burro 2024-04-18 12:26:27 +02:00
parent eeb87387ac
commit 18c0dc2792

View file

@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
sourceRoot = "${src.name}/cli";
propagatedBuildInputs = with python3Packages; [
dependencies = with python3Packages; [
questionary
typer
] ++ typer.optional-dependencies.all;