gst-plugins-good: fix build with Qt
This commit is contained in:
parent
59fb4293fc
commit
bc1f67fefc
@ -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 ''"
|
# fails 1 tests with "Unexpected critical/warning: g_object_set_is_valid_property: object class 'GstRtpStorage' has no property named ''"
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# must be explicitely set since 5590e365
|
||||||
|
dontWrapQtApps = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GStreamer Good Plugins";
|
description = "GStreamer Good Plugins";
|
||||||
homepage = "https://gstreamer.freedesktop.org";
|
homepage = "https://gstreamer.freedesktop.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user