mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
onioncircuits: add missing dependency (#516672)
This commit is contained in:
@@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
dependencies = with python3.pkgs; [
|
||||
pygobject3
|
||||
stem
|
||||
pycountry
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user