onioncircuits: add missing dependency

Missing `pycountry` dependency prevents the package to run.
This commit is contained in:
sim
2026-05-05 11:25:43 +02:00
parent 9e434b531f
commit a74c641b38
@@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
dependencies = with python3.pkgs; [
pygobject3
stem
pycountry
];
postInstall = ''