wl-screenrec: pin ffmpeg 6 (#353815)

This commit is contained in:
Atemu 2024-11-06 00:48:43 +01:00 committed by GitHub
commit ca0c9d59a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
, pkg-config
, libdrm
, ffmpeg
, ffmpeg_6
, wayland
}:
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
wayland
libdrm
ffmpeg
ffmpeg_6
];
doCheck = false; # tests use host compositor, etc