summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-25 14:03:43 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-27 11:49:16 -0600
commitd446303d0bab3675d1d30fc9a75f17904780c360 (patch)
tree88f37244e81b1ccbc89c7330cd113e6339ce6362 /pkgs/desktops/plasma-5
parenta33ab04d1b7ab4e8df867e8e05cb5b55222d5fe5 (diff)
downloadnixlib-d446303d0bab3675d1d30fc9a75f17904780c360.tar
nixlib-d446303d0bab3675d1d30fc9a75f17904780c360.tar.gz
nixlib-d446303d0bab3675d1d30fc9a75f17904780c360.tar.bz2
nixlib-d446303d0bab3675d1d30fc9a75f17904780c360.tar.lz
nixlib-d446303d0bab3675d1d30fc9a75f17904780c360.tar.xz
nixlib-d446303d0bab3675d1d30fc9a75f17904780c360.tar.zst
nixlib-d446303d0bab3675d1d30fc9a75f17904780c360.zip
Move kdeDerivation out of kdeFrameworks
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/default.nix b/pkgs/desktops/plasma-5/default.nix
index 683154273ae6..b240ef7496c6 100644
--- a/pkgs/desktops/plasma-5/default.nix
+++ b/pkgs/desktops/plasma-5/default.nix
@@ -26,7 +26,7 @@ existing packages here and modify it as necessary.
 
 {
   stdenv, lib, libsForQt5, makeSetupHook, symlinkJoin, fetchurl,
-  gconf,
+  gconf, kdeDerivation,
   debug ? false,
 }:
 
@@ -41,7 +41,7 @@ let
         inherit (args) name;
         sname = args.sname or name;
         inherit (srcs."${sname}") src version;
-      in libsForQt5.kdeDerivation (args // {
+      in kdeDerivation (args // {
         name = "${name}-${version}";
         inherit src;