summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-27 11:39:17 +0200
committerGitHub <noreply@github.com>2021-04-27 11:39:17 +0200
commite20f991a115bdb7f93946e3f9aefcb92877f833c (patch)
tree94ad814dc07e37174f78cc94c555dec256201a63
parent8d2aa8fcc01f4869493341ac90b78a8cfd3e70b5 (diff)
parent971940c996cef634aab4ef5911e5f6c6b2090a48 (diff)
downloadnixpkgs-e20f991a115bdb7f93946e3f9aefcb92877f833c.tar
nixpkgs-e20f991a115bdb7f93946e3f9aefcb92877f833c.tar.gz
nixpkgs-e20f991a115bdb7f93946e3f9aefcb92877f833c.tar.bz2
nixpkgs-e20f991a115bdb7f93946e3f9aefcb92877f833c.tar.lz
nixpkgs-e20f991a115bdb7f93946e3f9aefcb92877f833c.tar.xz
nixpkgs-e20f991a115bdb7f93946e3f9aefcb92877f833c.tar.zst
nixpkgs-e20f991a115bdb7f93946e3f9aefcb92877f833c.zip
Merge pull request #120831 from Ma27/rga-ffmpeg4
ripgrep-all: use ffmpeg 4
-rw-r--r--pkgs/tools/text/ripgrep-all/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/ripgrep-all/default.nix b/pkgs/tools/text/ripgrep-all/default.nix
index 5d6a74327d4..ec023dd72a3 100644
--- a/pkgs/tools/text/ripgrep-all/default.nix
+++ b/pkgs/tools/text/ripgrep-all/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, rustPlatform, makeWrapper, ffmpeg_3
+{ stdenv, lib, fetchFromGitHub, rustPlatform, makeWrapper, ffmpeg
 , pandoc, poppler_utils, ripgrep, Security, imagemagick, tesseract
 }:
 
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
 
   postInstall = ''
     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