onioncircuits: add missing dependency (#516672)

This commit is contained in:
Nick Cao
2026-06-01 21:33:52 +00:00
committed by GitHub

View File

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