gstreamer plugins good: fix qt support

This commit is contained in:
Guillaume Girol
2022-06-04 12:00:00 +00:00
parent a7c9f34b0b
commit 985adfdd50
@@ -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
];