From 085cec23e087753304b26f6e56b92f819e8e1f26 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sat, 18 Dec 2021 03:05:13 +0100 Subject: kde.krfb: add missing kwayland depedency --- pkgs/applications/kde/krfb.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'pkgs/applications/kde') diff --git a/pkgs/applications/kde/krfb.nix b/pkgs/applications/kde/krfb.nix index 15835bc61071..807b3508b95a 100644 --- a/pkgs/applications/kde/krfb.nix +++ b/pkgs/applications/kde/krfb.nix @@ -1,10 +1,9 @@ -{ - mkDerivation, lib, - extra-cmake-modules, kdoctools, - kconfig, kcoreaddons, kcrash, kdbusaddons, kdnssd, knotifications, kwallet, - kwidgetsaddons, kwindowsystem, kxmlgui, - libvncserver, libXtst, libXdamage, - qtx11extras +{ mkDerivation, lib +, extra-cmake-modules, kdoctools +, kconfig, kcoreaddons, kcrash, kdbusaddons, kdnssd, knotifications, kwallet +, kwidgetsaddons, kwindowsystem, kxmlgui, kwayland +, libvncserver, libXtst, libXdamage +, qtx11extras }: mkDerivation { @@ -19,7 +18,7 @@ mkDerivation { buildInputs = [ libvncserver libXtst libXdamage kconfig kcoreaddons kcrash kdbusaddons knotifications kwallet kwidgetsaddons - kwindowsystem kxmlgui + kwindowsystem kxmlgui kwayland qtx11extras ]; propagatedBuildInputs = [ kdnssd ]; -- cgit 1.4.1