about summary refs log tree commit diff
path: root/pkgs/development/libraries/wlroots
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-02-05 13:02:42 -0800
committerJonathan Ringer <jonringer117@gmail.com>2022-02-05 13:02:42 -0800
commit06d4ae68000de517fc526b436d3628acc0973ee8 (patch)
tree9dd17c1a1a3deef1f18d78f763cb34ba9c1342a9 /pkgs/development/libraries/wlroots
parente3281ae93800df82b1bd351d6434ad0878e93d4b (diff)
wlroots_0_14: pin ffmpeg to 4.x
Diffstat (limited to 'pkgs/development/libraries/wlroots')
-rw-r--r--pkgs/development/libraries/wlroots/0.14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wlroots/0.14.nix b/pkgs/development/libraries/wlroots/0.14.nix
index cf188756ffdee..398a09ff2aa7f 100644
--- a/pkgs/development/libraries/wlroots/0.14.nix
+++ b/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
   ;