mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #176294 from symphorien/gstreamer-qt-fix
gstreamer plugins good: fix qt support
This commit is contained in:
commit
04e8d71513
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