wlroots_0_14: pin ffmpeg to 4.x

main
Jonathan Ringer 2 years ago
parent e3281ae938
commit 06d4ae6800
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 4
      pkgs/development/libraries/wlroots/0.14.nix

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, wayland-scanner
, libGL, wayland, wayland-protocols, libinput, libxkbcommon, pixman
, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors, mesa
, libpng, ffmpeg, xcbutilrenderutil, seatd
, libpng, ffmpeg_4, xcbutilrenderutil, seatd
, enableXWayland ? true, xwayland ? null
}:
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libGL wayland wayland-protocols libinput libxkbcommon pixman
xcbutilwm libX11 libcap xcbutilimage xcbutilerrors mesa
libpng ffmpeg xcbutilrenderutil seatd
libpng ffmpeg_4 xcbutilrenderutil seatd
]
++ lib.optional enableXWayland xwayland
;

Loading…
Cancel
Save