obs-studio: use qt's mkDerivation to fix xcb plugin abort

This commit is contained in:
Graham Christensen 2019-07-30 08:24:46 -04:00
parent 2b44d15be9
commit c547924878
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

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