summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kdecoration.nix
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-06-15 12:50:28 +0000
committerGitHub <noreply@github.com>2018-06-15 12:50:28 +0000
commit47066f0776bef7e051d3303dc007724c76d6580a (patch)
tree0738a7477d88cb13eb12350f348579475cb65c58 /pkgs/desktops/plasma-5/kdecoration.nix
parentbae863ebaed1a560fd6da5cbc40f3e977689fe23 (diff)
parent84999e76e0d02412367a1faa30f73a310c48d5f9 (diff)
downloadnixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.gz
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.bz2
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.lz
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.xz
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.tar.zst
nixlib-47066f0776bef7e051d3303dc007724c76d6580a.zip
Merge pull request #40893 from bkchr/plasma_5_13
plasma5: 5.12 -> 5.13
Diffstat (limited to 'pkgs/desktops/plasma-5/kdecoration.nix')
-rw-r--r--pkgs/desktops/plasma-5/kdecoration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/kdecoration.nix b/pkgs/desktops/plasma-5/kdecoration.nix
index d8f996421ac9..569da3c70349 100644
--- a/pkgs/desktops/plasma-5/kdecoration.nix
+++ b/pkgs/desktops/plasma-5/kdecoration.nix
@@ -1,8 +1,8 @@
-{ mkDerivation, extra-cmake-modules, qtbase }:
+{ mkDerivation, extra-cmake-modules, qtbase, ki18n }:
 
 mkDerivation {
   name = "kdecoration";
   nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [ qtbase ];
+  buildInputs = [ qtbase ki18n ];
   outputs = [ "out" "dev" ];
 }