onioncircuits: add missing dependency

Missing `pycountry` dependency prevents the package to run.
This commit is contained in:
sim 2026-05-05 00:58:50 +02:00
commit a74c641b38

View file

@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
dependencies = with python3.pkgs; [
pygobject3
stem
pycountry
];
postInstall = ''