obs-studio: use wrapGAppsHook to add required org.gtk.Settings.ColorChooser schema

Fixes https://github.com/NixOS/nixpkgs/issues/145661.
This commit is contained in:
Peter Simons
2021-11-14 10:11:59 +01:00
parent 80c83e8944
commit 566ef06cf5
@@ -25,12 +25,11 @@
, pkg-config
, libvlc
, mbedtls
, wrapGAppsHook
, scriptingSupport ? true
, luajit
, swig
, python3
, alsaSupport ? stdenv.isLinux
, alsa-lib
, pulseaudioSupport ? config.pulseaudio or stdenv.isLinux
@@ -69,6 +68,7 @@ mkDerivation rec {
cmake
pkg-config
makeWrapper
wrapGAppsHook
]
++ optional scriptingSupport swig;