svtplay-dl: add ffmpeg as dependency
This commit is contained in:
parent
18fab62368
commit
9a515a9d45
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, makeWrapper, python3Packages, perl, zip
|
||||
, gitMinimal }:
|
||||
, gitMinimal, ffmpeg }:
|
||||
|
||||
let
|
||||
|
||||
@ -33,6 +33,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram "$out/bin/svtplay-dl" \
|
||||
--prefix PATH : "${ffmpeg}" \
|
||||
--prefix PYTHONPATH : "$PYTHONPATH"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user