Merge pull request #120831 from Ma27/rga-ffmpeg4
ripgrep-all: use ffmpeg 4
This commit is contained in:
commit
e20f991a11
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, rustPlatform, makeWrapper, ffmpeg_3
|
{ stdenv, lib, fetchFromGitHub, rustPlatform, makeWrapper, ffmpeg
|
||||||
, pandoc, poppler_utils, ripgrep, Security, imagemagick, tesseract
|
, pandoc, poppler_utils, ripgrep, Security, imagemagick, tesseract
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/rga \
|
wrapProgram $out/bin/rga \
|
||||||
--prefix PATH ":" "${lib.makeBinPath [ ffmpeg_3 pandoc poppler_utils ripgrep imagemagick tesseract ]}"
|
--prefix PATH ":" "${lib.makeBinPath [ ffmpeg pandoc poppler_utils ripgrep imagemagick tesseract ]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Use upstream's example data to run a couple of queries to ensure the dependencies
|
# Use upstream's example data to run a couple of queries to ensure the dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user