mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
wl-screenrec: pin ffmpeg 6 (#353815)
This commit is contained in:
commit
ca0c9d59a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user