python313Packages.aria2p: build with tui by default

This commit is contained in:
Moraxyc
2025-06-26 01:44:17 +08:00
parent d06cf4c55f
commit 6f12747ade
@@ -19,6 +19,8 @@
pytestCheckHook,
responses,
uvicorn,
withTui ? true,
}:
buildPythonPackage rec {
@@ -43,7 +45,7 @@ buildPythonPackage rec {
setuptools # for pkg_resources
toml
websocket-client
];
] ++ lib.optionals withTui optional-dependencies.tui;
optional-dependencies = {
tui = [