summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-19 14:34:26 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-20 09:59:59 +0100
commit88dc84c18348ce992a7646a5e5e25c1b03cc5b51 (patch)
treecf0f68edae1009c18e5ec2318c7d74cf8ec392e8 /pkgs/applications/kde
parent7232ea43b6f1392f0237679862524e78a51b8b84 (diff)
downloadnixpkgs-88dc84c18348ce992a7646a5e5e25c1b03cc5b51.tar
nixpkgs-88dc84c18348ce992a7646a5e5e25c1b03cc5b51.tar.gz
nixpkgs-88dc84c18348ce992a7646a5e5e25c1b03cc5b51.tar.bz2
nixpkgs-88dc84c18348ce992a7646a5e5e25c1b03cc5b51.tar.lz
nixpkgs-88dc84c18348ce992a7646a5e5e25c1b03cc5b51.tar.xz
nixpkgs-88dc84c18348ce992a7646a5e5e25c1b03cc5b51.tar.zst
nixpkgs-88dc84c18348ce992a7646a5e5e25c1b03cc5b51.zip
yakuake: add missing kglobalaccel
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/yakuake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/yakuake.nix b/pkgs/applications/kde/yakuake.nix
index 6f9c8df3001..17f7c08124c 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
+  knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras, kglobalaccel
 }:
 
 mkDerivation {
@@ -9,7 +9,7 @@ mkDerivation {
 
   buildInputs = [
     karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications
-    knotifyconfig kparts kwindowsystem qtx11extras
+    knotifyconfig kparts kwindowsystem qtx11extras kglobalaccel
   ];
 
   propagatedBuildInputs = [