Merge pull request #154723 from kurnevsky/krfb-pipewire

krfb: add missing pipewire dependency
This commit is contained in:
Thomas Tuegel 2023-02-02 10:40:21 -06:00 committed by GitHub
commit c11c55dd08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
}