diff --git a/pkgs/tools/dict/tatoebatools/default.nix b/pkgs/tools/dict/tatoebatools/default.nix
index b146739cd5b43bb9da5e7252cb915a21d15f636c..583d0ad1febc9fe0b9b4f4fa41c9af1e2cd2dbfd 100644
--- a/pkgs/tools/dict/tatoebatools/default.nix
+++ b/pkgs/tools/dict/tatoebatools/default.nix
@@ -6,7 +6,7 @@ version = lib.substring 0 10 sources.tatoebatools.date;
src = sources.tatoebatools;
++ lib.optional withCli ./cli.patch;
propagatedBuildInputs = with python3Packages; [ beautifulsoup4 pandas requests setuptools tqdm ]
@@ -14,7 +14,7 @@ ++ lib.optionals withCli [ click xdg ];
checkInputs = with python3Packages; [ pytestCheckHook ];
"test_init_with_not_language_1"
"test_init_with_not_language_2"
];
application/octet-stream
This content has been proxied by September (3851b).