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

gstreamer plugins good: fix qt support
This commit is contained in:
Rick van Schijndel 2022-06-05 10:38:04 +02:00 committed by GitHub
commit 04e8d71513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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