11 buildPythonPackage rec {
12 pname = "livestreamer";
16 src = fetchFromGitHub {
18 repo = "livestreamer";
20 hash = "sha256-PqqyBh+oMmu7Ynly3fqx/+6mQYX+6SpI0Okj2O+YLz0=";
23 nativeBuildInputs = [ makeWrapper ];
25 propagatedBuildInputs = [ rtmpdump pycrypto requests ];
28 wrapProgram $out/bin/livestreamer --prefix PATH : ${lib.makeBinPath [ rtmpdump ]}
32 homepage = "http://livestreamer.tanuki.se";
33 description = "Livestreamer is CLI program that extracts streams from various services and pipes them into a video player of choice";
34 license = licenses.bsd2;
35 maintainers = with maintainers; [ ];