Merge pull request #65559 from grahamc/obs-studio

obs-studio: wrap QT application to fix xcb plugin abort
This commit is contained in:
Samuel Dionne-Riel 2019-07-30 09:08:17 -04:00 committed by GitHub
commit ccc55347c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{ config, stdenv
, mkDerivation
, fetchFromGitHub
, cmake
, fdk_aac
@ -34,7 +35,7 @@
let
optional = stdenv.lib.optional;
in stdenv.mkDerivation rec {
in mkDerivation rec {
name = "obs-studio-${version}";
version = "23.2.1";