Skip to content

Commit

Permalink
wl-screenrec: pin ffmpeg_6
Browse files Browse the repository at this point in the history
From <https://github.com/russelltg/wl-screenrec/blob/v0.1.3/README.md#from-source-using-cargo>:

> 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
<russelltg/wl-screenrec#77>.
  • Loading branch information
emilazy committed Jul 14, 2024
1 parent bc16039 commit fa8873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit fa8873c

Please sign in to comment.