summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2023-02-02 10:40:21 -0600
committerGitHub <noreply@github.com>2023-02-02 10:40:21 -0600
commitc11c55dd08a6cb91f92e83adc8522e4fb469d2a9 (patch)
tree8be6f5f1936b0255d9403295410872a28890e43b
parenta9cadfb7b810a120ba0e620af0f1e66dcaaea6cf (diff)
parent2c45428d83459d3a52f547529230465dc8a57688 (diff)
Merge pull request #154723 from kurnevsky/krfb-pipewire
krfb: add missing pipewire dependency
-rw-r--r--pkgs/applications/kde/krfb.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/kde/krfb.nix b/pkgs/applications/kde/krfb.nix
index 8262febad7af..65213fa15afb 100644
--- a/pkgs/applications/kde/krfb.nix
+++ b/pkgs/applications/kde/krfb.nix
@@ -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 ];
}