Unverified Commit ca0c9d59 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

wl-screenrec: pin ffmpeg 6 (#353815)

parents b37f2c3a a36b4d9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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