stremio: add ffmpeg as runtime dependency to PATH
This commit is contained in:
parent
51f359526f
commit
b6c9a617ba
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchurl
|
||||
, ffmpeg
|
||||
, mpv
|
||||
, nodejs
|
||||
, qmake
|
||||
|
@ -38,6 +39,8 @@ stdenv.mkDerivation rec {
|
|||
install -Dm 644 images/stremio_window.png $out/share/pixmaps/smartcode-stremio.png
|
||||
ln -s ${nodejs}/bin/node $out/opt/stremio/node
|
||||
ln -s $server $out/opt/stremio/server.js
|
||||
wrapProgram $out/bin/stremio \
|
||||
--suffix PATH ":" ${lib.makeBinPath [ ffmpeg ]}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue