gst-plugins-good: fix build with Qt

This commit is contained in:
rnhmjoj 2021-02-23 11:10:22 +01:00
parent 59fb4293fc
commit bc1f67fefc
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ stdenv.mkDerivation rec {
# fails 1 tests with "Unexpected critical/warning: g_object_set_is_valid_property: object class 'GstRtpStorage' has no property named ''"
doCheck = false;
# must be explicitely set since 5590e365
dontWrapQtApps = true;
meta = with lib; {
description = "GStreamer Good Plugins";
homepage = "https://gstreamer.freedesktop.org";