mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
gstreamer plugins good: fix qt support
This commit is contained in:
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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user