Merge pull request #38614 from dotlambda/sigal
sigal: add ffmpeg to PATH
This commit is contained in:
commit
2cf5f9792c
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonApplication, fetchPypi, pythonPackages }:
|
{ lib, buildPythonApplication, fetchPypi, pythonPackages, ffmpeg }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "1.4.0";
|
version = "1.4.0";
|
||||||
@ -20,6 +20,8 @@ buildPythonApplication rec {
|
|||||||
blinker
|
blinker
|
||||||
];
|
];
|
||||||
|
|
||||||
|
makeWrapperArgs = [ "--prefix PATH : ${ffmpeg}/bin" ];
|
||||||
|
|
||||||
# No tests included
|
# No tests included
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user