mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
python-mrbob: add missing dependency
This commit is contained in:
parent
a865154f62
commit
9ee07ba54f
1 changed files with 1 additions and 1 deletions
|
@ -1445,7 +1445,7 @@ let pythonPackages = python.modules // rec {
|
|||
md5 = "361c8ac7a31953ab94a95cf34d9a0b2b";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.unzip ];
|
||||
buildInputs = [ pkgs.unzip six ];
|
||||
|
||||
propagatedBuildInputs = [ argparse jinja2 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue