Unverified Commit 04e8d715 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #176294 from symphorien/gstreamer-qt-fix

gstreamer plugins good: fix qt support
parents 34a7b314 985adfdd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -72,7 +72,9 @@ stdenv.mkDerivation rec {
    orc
    libshout
    glib
  ] ++ lib.optionals stdenv.isLinux [
  ] ++ lib.optionals qt5Support (with qt5; [
    qtbase
  ]) ++ lib.optionals stdenv.isLinux [
    wayland-protocols
  ];