mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
krfb: add missing pipewire dependency
This fixes desktop sharing on wayland.
This commit is contained in:
parent
120269fe5c
commit
2c45428d83
@ -3,7 +3,7 @@
|
|||||||
, kconfig, kcoreaddons, kcrash, kdbusaddons, kdnssd, knotifications, kwallet
|
, kconfig, kcoreaddons, kcrash, kdbusaddons, kdnssd, knotifications, kwallet
|
||||||
, kwidgetsaddons, kwindowsystem, kxmlgui, kwayland
|
, kwidgetsaddons, kwindowsystem, kxmlgui, kwayland
|
||||||
, libvncserver, libXtst, libXdamage
|
, libvncserver, libXtst, libXdamage
|
||||||
, qtx11extras
|
, qtx11extras, pipewire, plasma-wayland-protocols, wayland
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -20,6 +20,9 @@ mkDerivation {
|
|||||||
kconfig kcoreaddons kcrash kdbusaddons knotifications kwallet kwidgetsaddons
|
kconfig kcoreaddons kcrash kdbusaddons knotifications kwallet kwidgetsaddons
|
||||||
kwindowsystem kxmlgui kwayland
|
kwindowsystem kxmlgui kwayland
|
||||||
qtx11extras
|
qtx11extras
|
||||||
|
pipewire
|
||||||
|
plasma-wayland-protocols
|
||||||
|
wayland
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ kdnssd ];
|
propagatedBuildInputs = [ kdnssd ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user