gst-plugins-good: fix build with Qt

wip/yesman
rnhmjoj 3 years ago
parent 59fb4293fc
commit bc1f67fefc
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 3
      pkgs/development/libraries/gstreamer/good/default.nix

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

Loading…
Cancel
Save