about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-27 14:28:03 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-27 15:09:51 -0500
commit3ae6dabaedf558349379a081d7acb321988ca647 (patch)
treede4106b71dfb86643f3ba30c15e8c6539b2d3296 /pkgs/desktops
parent63d95f505e74ba53c07bcf950c53c1cb1a1a62f0 (diff)
downloadnixlib-3ae6dabaedf558349379a081d7acb321988ca647.tar
nixlib-3ae6dabaedf558349379a081d7acb321988ca647.tar.gz
nixlib-3ae6dabaedf558349379a081d7acb321988ca647.tar.bz2
nixlib-3ae6dabaedf558349379a081d7acb321988ca647.tar.lz
nixlib-3ae6dabaedf558349379a081d7acb321988ca647.tar.xz
nixlib-3ae6dabaedf558349379a081d7acb321988ca647.tar.zst
nixlib-3ae6dabaedf558349379a081d7acb321988ca647.zip
plasma54: allow overriding mkDerivation
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5.4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5.4/default.nix b/pkgs/desktops/plasma-5.4/default.nix
index 152bc3510679..172acb08a053 100644
--- a/pkgs/desktops/plasma-5.4/default.nix
+++ b/pkgs/desktops/plasma-5.4/default.nix
@@ -82,6 +82,6 @@ let
     systemsettings = callPackage ./systemsettings.nix {};
   };
 
-  newScope = scope: kdeApps.newScope (scope // { inherit mkDerivation; });
+  newScope = scope: kdeApps.newScope ({ inherit mkDerivation; } // scope);
 
 in lib.makeScope newScope addPackages