youtube-viewer: init at 3.3.0
This commit is contained in:
parent
8a1fb4b504
commit
0ef6f5f22e
@ -17239,6 +17239,8 @@ with pkgs;
|
|||||||
|
|
||||||
inherit (pythonPackages) youtube-dl;
|
inherit (pythonPackages) youtube-dl;
|
||||||
|
|
||||||
|
youtube-viewer = perlPackages.WWWYoutubeViewer;
|
||||||
|
|
||||||
zam-plugins = callPackage ../applications/audio/zam-plugins { };
|
zam-plugins = callPackage ../applications/audio/zam-plugins { };
|
||||||
|
|
||||||
zanshin = libsForQt5.callPackage ../applications/office/zanshin {
|
zanshin = libsForQt5.callPackage ../applications/office/zanshin {
|
||||||
|
@ -15580,6 +15580,32 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
WWWYoutubeViewer = buildPerlPackage rec {
|
||||||
|
name = "WWW-YoutubeViewer-${version}";
|
||||||
|
version = "3.3.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "trizen";
|
||||||
|
repo = "youtube-viewer";
|
||||||
|
rev = "${version}";
|
||||||
|
sha256 = "15xyrwv08fw8jmpydwzks26ipxnzliwddgyjcfqiaj0p7lwlhmx1";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
LWP
|
||||||
|
LWPProtocolHttps
|
||||||
|
DataDump
|
||||||
|
JSON
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A lightweight application for searching and streaming videos from YouTube";
|
||||||
|
homepage = https://github.com/trizen/youtube-viewer;
|
||||||
|
maintainers = with maintainers; [ woffs ];
|
||||||
|
license = with stdenv.lib.licenses; [ artistic2 ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
Want = buildPerlPackage rec {
|
Want = buildPerlPackage rec {
|
||||||
name = "Want-0.29";
|
name = "Want-0.29";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user