lol

gst_all_1.gst-plugins-good: add missing deps for qt5Support (#176246)

authored by

Doron Behar and committed by
GitHub
cf3cb3c2 04e8d715

+3
+3
pkgs/development/libraries/gstreamer/good/default.nix
··· 76 76 qtbase 77 77 ]) ++ lib.optionals stdenv.isLinux [ 78 78 wayland-protocols 79 + ] ++ lib.optionals qt5Support [ 80 + qt5.qttools.dev 81 + qt5.qtbase.dev # For moc-qt5 79 82 ]; 80 83 81 84 buildInputs = [