mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
obs-studio: Qt 5 infrastructure update
This commit is contained in:
parent
ccdbc22836
commit
a0bae9b571
|
@ -4,7 +4,8 @@
|
|||
, ffmpeg
|
||||
, jansson
|
||||
, libxkbcommon
|
||||
, qt5
|
||||
, qtbase
|
||||
, qtx11extras
|
||||
, libv4l
|
||||
, x264
|
||||
, curl
|
||||
|
@ -34,8 +35,8 @@ in stdenv.mkDerivation rec {
|
|||
jansson
|
||||
libv4l
|
||||
libxkbcommon
|
||||
qt5.base
|
||||
qt5.x11extras
|
||||
qtbase
|
||||
qtx11extras
|
||||
x264
|
||||
]
|
||||
++ optional pulseaudioSupport libpulseaudio;
|
||||
|
|
|
@ -12680,7 +12680,7 @@ let
|
|||
inherit (gnome) libglade;
|
||||
};
|
||||
|
||||
obs-studio = callPackage ../applications/video/obs-studio {
|
||||
obs-studio = qt5.callPackage ../applications/video/obs-studio {
|
||||
pulseaudioSupport = config.pulseaudio or true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue