gstreamer plugins good: fix qt support
This commit is contained in:
parent
a7c9f34b0b
commit
985adfdd50
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue