youtube-viewer: init at 3.3.0

This commit is contained in:
Frank Doepper 2017-09-23 16:24:34 +02:00 committed by Frank Doepper
parent 8a1fb4b504
commit 0ef6f5f22e
2 changed files with 28 additions and 0 deletions

View File

@ -17239,6 +17239,8 @@ with pkgs;
inherit (pythonPackages) youtube-dl;
youtube-viewer = perlPackages.WWWYoutubeViewer;
zam-plugins = callPackage ../applications/audio/zam-plugins { };
zanshin = libsForQt5.callPackage ../applications/office/zanshin {

View File

@ -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 {
name = "Want-0.29";
src = fetchurl {