python3Packages.youtube-dlc: init at 2020.11.11.post3
This commit is contained in:
parent
e5f945b13b
commit
6bc5957714
23
pkgs/development/python-modules/youtube-dlc/default.nix
Normal file
23
pkgs/development/python-modules/youtube-dlc/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ lib, buildPythonPackage, fetchPypi }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "youtube_dlc";
|
||||||
|
version = "2020.11.11.post3";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "WqoKpfvVPZrN+pW6s8JoApJusn5CXyPcg9VcsY8R0FM=";
|
||||||
|
};
|
||||||
|
|
||||||
|
# They are broken
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "youtube_dlc" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "Media downloader supporting various sites such as youtube";
|
||||||
|
description = "https://github.com/blackjack4494/yt-dlc";
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ freezeboy ];
|
||||||
|
};
|
||||||
|
}
|
@ -7839,6 +7839,8 @@ in {
|
|||||||
phantomjsSupport = false;
|
phantomjsSupport = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
youtube-dlc = callPackage ../development/python-modules/youtube-dlc { };
|
||||||
|
|
||||||
yowsup = callPackage ../development/python-modules/yowsup { };
|
yowsup = callPackage ../development/python-modules/yowsup { };
|
||||||
|
|
||||||
yq = callPackage ../development/python-modules/yq { };
|
yq = callPackage ../development/python-modules/yq { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user