about summary refs log tree commit diff
path: root/pkgs/tools/video/untrunc-anthwlock
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-03-03 19:41:10 +0100
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2023-03-13 16:42:22 -0600
commit9bd2506458ea053ccbcde6e622d7cec9993d8f36 (patch)
tree7008491e4fcfb755a2cd2dc49465c94cd5a4c282 /pkgs/tools/video/untrunc-anthwlock
parent711e9cfd493296681b84147a650972ea78e948c4 (diff)
treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
These packages were identified as broken when ffmpeg = ffmpeg_5.

Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
Diffstat (limited to 'pkgs/tools/video/untrunc-anthwlock')
-rw-r--r--pkgs/tools/video/untrunc-anthwlock/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/video/untrunc-anthwlock/default.nix b/pkgs/tools/video/untrunc-anthwlock/default.nix
index c127bfe8740ed..33ec940aebc46 100644
--- a/pkgs/tools/video/untrunc-anthwlock/default.nix
+++ b/pkgs/tools/video/untrunc-anthwlock/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, ffmpeg, libui }:
+{ lib, stdenv, fetchFromGitHub, ffmpeg_4, libui }:
 
 stdenv.mkDerivation {
   pname = "untrunc-anthwlock";
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
     sha256 = "14i2lq68q990hnm2kkfamlsi67bcml85zl8yjsyxc5h8ncc2f3dp";
   };
 
-  buildInputs = [ ffmpeg libui ];
+  buildInputs = [ ffmpeg_4 libui ];
 
   buildPhase = ''
     runHook preBuild