parent
f6e86e85ff
commit
1d5a8a0eed
@ -1,14 +1,16 @@
|
|||||||
{ lib, python3Packages, ffmpeg_3 }:
|
{ lib, python3Packages, ffmpeg_3 }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
version = "2.0";
|
version = "2.1.1";
|
||||||
pname = "sigal";
|
pname = "sigal";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
sha256 = "0ff8hpihbd30xjy155ksfpypjskilqg4zmyavgvpri8jaf1qpv89";
|
sha256 = "0l07p457svznirz7qllgyl3qbhiisv7klhz7cbdw6417hxf9bih8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
disabled = !(python3Packages.pythonAtLeast "3.6");
|
||||||
|
|
||||||
checkInputs = with python3Packages; [ pytest ];
|
checkInputs = with python3Packages; [ pytest ];
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
jinja2
|
jinja2
|
||||||
@ -18,6 +20,8 @@ python3Packages.buildPythonApplication rec {
|
|||||||
clint
|
clint
|
||||||
click
|
click
|
||||||
blinker
|
blinker
|
||||||
|
natsort
|
||||||
|
setuptools_scm
|
||||||
];
|
];
|
||||||
|
|
||||||
makeWrapperArgs = [ "--prefix PATH : ${ffmpeg_3}/bin" ];
|
makeWrapperArgs = [ "--prefix PATH : ${ffmpeg_3}/bin" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user