2 , buildPythonApplication
11 buildPythonApplication rec {
16 inherit pname version;
17 sha256 = "4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac";
20 propagatedBuildInputs = [ filelock requests tqdm setuptools six ];
23 $out/bin/gdown --help > /dev/null
27 description = "A CLI tool for downloading large files from Google Drive";
28 homepage = "https://github.com/wkentaro/gdown";
29 license = licenses.mit;
30 maintainers = with maintainers; [ breakds ];