yle-dl: 2.28 -> 2.30
This commit is contained in:
parent
3e14b2826b
commit
f297764c5a
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchFromGitHub, rtmpdump, php, pythonPackages }:
|
{ stdenv, fetchFromGitHub, rtmpdump, php, pythonPackages, ffmpeg }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "yle-dl-${version}";
|
name = "yle-dl-${version}";
|
||||||
version = "2.28";
|
version = "2.30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aajanki";
|
owner = "aajanki";
|
||||||
repo = "yle-dl";
|
repo = "yle-dl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1nb3gmkizgkd09slihc2iaf3rh1s7bdhy9zydkfghmqi7nv4mmq0";
|
sha256 = "08qqsg0rmp4xfzmla81f0a4vblqfw3rh90wvxm91vbm6937b4i7i";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ lxml pyamf pycrypto requests ];
|
propagatedBuildInputs = with pythonPackages; [ lxml pyamf pycrypto requests future ffmpeg ];
|
||||||
pythonPath = [ rtmpdump php ];
|
pythonPath = [ rtmpdump php ];
|
||||||
|
|
||||||
doCheck = false; # tests require network access
|
doCheck = false; # tests require network access
|
||||||
|
Loading…
Reference in New Issue
Block a user