From be89ed192ab4e4e0df3c2ee65a11dd25a623dd8c Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 24 Nov 2019 21:24:03 +0100 Subject: [PATCH] Revert "yakuake: add missing kglobalaccel" This reverts commit 88dc84c18348ce992a7646a5e5e25c1b03cc5b51. --- pkgs/applications/kde/yakuake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/kde/yakuake.nix b/pkgs/applications/kde/yakuake.nix index 17f7c08124c1..6f9c8df30012 100644 --- a/pkgs/applications/kde/yakuake.nix +++ b/pkgs/applications/kde/yakuake.nix @@ -1,7 +1,7 @@ { mkDerivation, lib, kdoctools, extra-cmake-modules, karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications, - knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras, kglobalaccel + knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras }: mkDerivation { @@ -9,7 +9,7 @@ mkDerivation { buildInputs = [ karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications - knotifyconfig kparts kwindowsystem qtx11extras kglobalaccel + knotifyconfig kparts kwindowsystem qtx11extras ]; propagatedBuildInputs = [