python3Packages.gdown: fix build, add missing six dep
This commit is contained in:
parent
5152bc8337
commit
a4c701e7e3
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
, requests
|
||||
, tqdm
|
||||
, setuptools
|
||||
, six
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
|
@ -16,7 +17,7 @@ buildPythonApplication rec {
|
|||
sha256 = "4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ filelock requests tqdm setuptools ];
|
||||
propagatedBuildInputs = [ filelock requests tqdm setuptools six ];
|
||||
|
||||
checkPhase = ''
|
||||
$out/bin/gdown --help > /dev/null
|
||||
|
|
Loading…
Reference in a new issue