krfb: add missing pipewire dependency

This fixes desktop sharing on wayland.
This commit is contained in:
Evgeny Kurnevsky 2022-01-12 12:18:09 +03:00
parent 120269fe5c
commit 2c45428d83
No known key found for this signature in database
GPG key ID: 8FF444E5412D750C

View file

@ -3,7 +3,7 @@
, kconfig, kcoreaddons, kcrash, kdbusaddons, kdnssd, knotifications, kwallet
, kwidgetsaddons, kwindowsystem, kxmlgui, kwayland
, libvncserver, libXtst, libXdamage
, qtx11extras
, qtx11extras, pipewire, plasma-wayland-protocols, wayland
}:
mkDerivation {
@ -20,6 +20,9 @@ mkDerivation {
kconfig kcoreaddons kcrash kdbusaddons knotifications kwallet kwidgetsaddons
kwindowsystem kxmlgui kwayland
qtx11extras
pipewire
plasma-wayland-protocols
wayland
];
propagatedBuildInputs = [ kdnssd ];
}