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

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";