Merge pull request #145242 from FliegendeWurst/gallery-dl-ytdl

This commit is contained in:
Sandro 2021-11-09 21:45:08 +01:00 committed by GitHub
commit eaf183b9d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ lib, buildPythonApplication, fetchPypi, requests, pytestCheckHook }:
{ lib, buildPythonApplication, fetchPypi, requests, youtube-dl, pytestCheckHook }:
buildPythonApplication rec {
pname = "gallery_dl";
@ -9,7 +9,7 @@ buildPythonApplication rec {
sha256 = "7fec9ac69582dbd9922666e6ece3142ae52dc9679a2c4a613f6ee94ad09e5f68";
};
propagatedBuildInputs = [ requests ];
propagatedBuildInputs = [ requests youtube-dl ];
checkInputs = [ pytestCheckHook ];
pytestFlagsArray = [