Commit af1f2b7d authored by Philip Johansson's avatar Philip Johansson
Browse files

libsForQt5.qt5.qtwebengine: fix build

ffmpeg has updated to version 8, only up to 7 is supported by
qtwebengine
parent 27599245
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
  bootstrap_cmds,
  xcbuild,
  writeScriptBin,
  ffmpeg ? null,
  ffmpeg_7 ? null,
  lib,
  stdenv,
  version ? null,
@@ -354,7 +354,7 @@ qtModule (
      icu

      libevent
      ffmpeg
      ffmpeg_7
    ]
    ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
      dbus