3
0
Fork 0
forked from mirrors/nixpkgs

gallery-dl: init at 1.8.2

This commit is contained in:
dawidsowa 2019-05-01 12:21:53 +02:00 committed by Lassulus
parent e97da1177f
commit 715002eaf7
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{ lib, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "gallery_dl";
version = "1.8.2";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "6c5995b7d24dfaae7bdf71b9261e5044b01adbd5d5302aaff9ac4a30bbceedb6";
};
doCheck = false;
propagatedBuildInputs = with python3Packages; [ requests ];
meta = {
description = "Command-line program to download image-galleries and -collections from several image hosting sites";
homepage = https://github.com/mikf/gallery-dl;
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ dawidsowa ];
};
}

View file

@ -3008,6 +3008,8 @@ in
galen = callPackage ../development/tools/galen {};
gallery-dl = callPackage ../applications/misc/gallery-dl { };
gandi-cli = callPackage ../tools/networking/gandi-cli { };
gandom-fonts = callPackage ../data/fonts/gandom-fonts { };