python3Packages.gdown: fix build, add missing six dep

This commit is contained in:
Jonathan Ringer 2021-04-07 13:07:09 -07:00 committed by Jonathan Ringer
parent 5152bc8337
commit a4c701e7e3

View File

@ -5,6 +5,7 @@
, requests , requests
, tqdm , tqdm
, setuptools , setuptools
, six
}: }:
buildPythonApplication rec { buildPythonApplication rec {
@ -16,7 +17,7 @@ buildPythonApplication rec {
sha256 = "4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac"; sha256 = "4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac";
}; };
propagatedBuildInputs = [ filelock requests tqdm setuptools ]; propagatedBuildInputs = [ filelock requests tqdm setuptools six ];
checkPhase = '' checkPhase = ''
$out/bin/gdown --help > /dev/null $out/bin/gdown --help > /dev/null