wl-screenrec: pin ffmpeg 6

fix: https://github.com/NixOS/nixpkgs/issues/353777
This commit is contained in:
rewine
2024-11-05 20:25:48 +08:00
parent 71408df70f
commit a36b4d9ac9
+2 -2
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