summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gdown/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/gdown/default.nix')
-rw-r--r--pkgs/development/python-modules/gdown/default.nix31
1 files changed, 15 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/gdown/default.nix b/pkgs/development/python-modules/gdown/default.nix
index 881840e2a0e8..74b8f050bda3 100644
--- a/pkgs/development/python-modules/gdown/default.nix
+++ b/pkgs/development/python-modules/gdown/default.nix
@@ -1,16 +1,17 @@
-{ lib
-, beautifulsoup4
-, buildPythonPackage
-, fetchPypi
-, hatchling
-, hatch-vcs
-, hatch-fancy-pypi-readme
-, filelock
-, requests
-, tqdm
-, setuptools
-, six
-, pythonOlder
+{
+ lib,
+ beautifulsoup4,
+ buildPythonPackage,
+ fetchPypi,
+ hatchling,
+ hatch-vcs,
+ hatch-fancy-pypi-readme,
+ filelock,
+ requests,
+ tqdm,
+ setuptools,
+ six,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -44,9 +45,7 @@ buildPythonPackage rec {
$out/bin/gdown --help > /dev/null
'';
- pythonImportsCheck = [
- "gdown"
- ];
+ pythonImportsCheck = [ "gdown" ];
meta = with lib; {
description = "A CLI tool for downloading large files from Google Drive";