From fc6ff6930257a261081436f47607c52fd34329ef Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Sun, 7 Aug 2022 12:05:27 +0200 Subject: [PATCH] dolphin: build with user feedback support --- pkgs/applications/kde/dolphin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/kde/dolphin.nix b/pkgs/applications/kde/dolphin.nix index 91ab0f8f57b1..b15c6fea4a0e 100644 --- a/pkgs/applications/kde/dolphin.nix +++ b/pkgs/applications/kde/dolphin.nix @@ -5,6 +5,7 @@ kcompletion, kconfig, kcoreaddons, kdbusaddons, kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications, kparts, ktexteditor, kwindowsystem, phonon, solid, + kuserfeedback, wayland, qtwayland }: @@ -23,6 +24,7 @@ mkDerivation { kcoreaddons kdbusaddons kfilemetadata ki18n kiconthemes kinit kio knewstuff knotifications kparts ktexteditor kwindowsystem phonon solid + kuserfeedback wayland qtwayland ]; outputs = [ "out" "dev" ];