mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
sigal: add ffmpeg to PATH
This commit is contained in:
parent
fea4270c11
commit
6d8a587017
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonApplication, fetchPypi, pythonPackages }:
|
||||
{ lib, buildPythonApplication, fetchPypi, pythonPackages, ffmpeg }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
version = "1.4.0";
|
||||
@ -20,6 +20,8 @@ buildPythonApplication rec {
|
||||
blinker
|
||||
];
|
||||
|
||||
makeWrapperArgs = [ "--prefix PATH : ${ffmpeg}/bin" ];
|
||||
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user