From 7655eb682f25ee2a35be4fd21eee7d6bc6865e6e Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 9 Aug 2022 20:31:59 +0800 Subject: [PATCH] plasma-workspace: cleanup unused NIX_CFLAGS_COMPILE --- pkgs/desktops/plasma-5/plasma-workspace/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/desktops/plasma-5/plasma-workspace/default.nix b/pkgs/desktops/plasma-5/plasma-workspace/default.nix index f785ee9165c..ce17561d73f 100644 --- a/pkgs/desktops/plasma-5/plasma-workspace/default.nix +++ b/pkgs/desktops/plasma-5/plasma-workspace/default.nix @@ -3,8 +3,8 @@ extra-cmake-modules, kdoctools, - coreutils, dbus, gnugrep, gnused, isocodes, libdbusmenu, libSM, libXcursor, - libXtst, libXft, pam, wayland, xmessage, xprop, xrdb, xsetroot, + coreutils, gnugrep, gnused, isocodes, libdbusmenu, libSM, libXcursor, + libXtst, libXft, pam, wayland, xmessage, xsetroot, baloo, breeze-qt5, kactivities, kactivities-stats, kcmutils, kconfig, kcrash, kdbusaddons, kdeclarative, kdelibs4support, kdesu, kglobalaccel, kidletime, @@ -62,10 +62,7 @@ mkDerivation { NIX_CFLAGS_COMPILE = [ ''-DNIXPKGS_XMESSAGE="${getBin xmessage}/bin/xmessage"'' - ''-DNIXPKGS_XRDB="${getBin xrdb}/bin/xrdb"'' ''-DNIXPKGS_XSETROOT="${getBin xsetroot}/bin/xsetroot"'' - ''-DNIXPKGS_XPROP="${getBin xprop}/bin/xprop"'' - ''-DNIXPKGS_DBUS_UPDATE_ACTIVATION_ENVIRONMENT="${getBin dbus}/bin/dbus-update-activation-environment"'' ''-DNIXPKGS_START_KDEINIT_WRAPPER="${getLib kinit}/libexec/kf5/start_kdeinit_wrapper"'' ''-DNIXPKGS_KDEINIT5_SHUTDOWN="${getBin kinit}/bin/kdeinit5_shutdown"'' ];