summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-27 14:27:49 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-27 15:09:51 -0500
commit63d95f505e74ba53c07bcf950c53c1cb1a1a62f0 (patch)
treea2eacb12bd91cc50d371c3ae322cdfd2601d6d5b /pkgs/applications
parentd8d5e9868cecd03e7a8e73208e019d79f1376ed8 (diff)
downloadnixlib-63d95f505e74ba53c07bcf950c53c1cb1a1a62f0.tar
nixlib-63d95f505e74ba53c07bcf950c53c1cb1a1a62f0.tar.gz
nixlib-63d95f505e74ba53c07bcf950c53c1cb1a1a62f0.tar.bz2
nixlib-63d95f505e74ba53c07bcf950c53c1cb1a1a62f0.tar.lz
nixlib-63d95f505e74ba53c07bcf950c53c1cb1a1a62f0.tar.xz
nixlib-63d95f505e74ba53c07bcf950c53c1cb1a1a62f0.tar.zst
nixlib-63d95f505e74ba53c07bcf950c53c1cb1a1a62f0.zip
kdeApps_15_08: allow overriding mkDerivation
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/kde-apps-15.08/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde-apps-15.08/default.nix b/pkgs/applications/kde-apps-15.08/default.nix
index d47dcd11b0b1..286211411221 100644
--- a/pkgs/applications/kde-apps-15.08/default.nix
+++ b/pkgs/applications/kde-apps-15.08/default.nix
@@ -64,6 +64,6 @@ let
     print-manager = callPackage ./print-manager.nix {};
   };
 
-  newScope = scope: pkgs.kf513.newScope (scope // { inherit mkDerivation; });
+  newScope = scope: pkgs.kf513.newScope ({ inherit mkDerivation; } // scope);
 
 in lib.makeScope newScope packages