mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
onioncircuits: add missing dependency
Missing `pycountry` dependency prevents the package to run.
This commit is contained in:
parent
9e434b531f
commit
a74c641b38
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
dependencies = with python3.pkgs; [
|
||||
pygobject3
|
||||
stem
|
||||
pycountry
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue