mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
qt5.qtwebengine: pin ffmpeg to 4.x
This commit is contained in:
parent
ecba38a383
commit
4bcdfdfc71
@ -19,7 +19,7 @@
|
||||
, ApplicationServices, AVFoundation, Foundation, ForceFeedback, GameController, AppKit
|
||||
, ImageCaptureCore, CoreBluetooth, IOBluetooth, CoreWLAN, Quartz, Cocoa, LocalAuthentication
|
||||
, cups, openbsm, runCommand, xcbuild, writeScriptBin
|
||||
, ffmpeg ? null
|
||||
, ffmpeg_4 ? null
|
||||
, lib, stdenv, fetchpatch
|
||||
, version ? null
|
||||
, qtCompatVersion
|
||||
@ -154,7 +154,7 @@ qtModule {
|
||||
harfbuzz icu
|
||||
|
||||
libevent
|
||||
ffmpeg
|
||||
ffmpeg_4
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
dbus zlib minizip snappy nss protobuf jsoncpp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user