From fa8873cad09c310e4f5ff2f69a28f16f212f443b Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 12 Jul 2024 14:07:21 +0100 Subject: [PATCH] wl-screenrec: pin ffmpeg_6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From : > Install ffmpeg 6 or later, which is a required dependency. ffmpeg > 5 may work, but is untested (open an issue or PR if you test with > ffmpeg 5 so I can update these docs on if it works or not) I guess it worked… 7.x will need a bump to the ffmpeg-sys-next crate, but see . --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 858b353c2c8d41..5df3cdaa8d49e5 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4666,7 +4666,7 @@ with pkgs; wl-mirror = callPackage ../tools/wayland/wl-mirror { }; wl-screenrec = callPackage ../tools/wayland/wl-screenrec { - ffmpeg = ffmpeg_5; + ffmpeg = ffmpeg_6; }; wleave = callPackage ../tools/wayland/wleave { };