about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-12 10:45:13 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-12 10:45:13 -0600
commit08d842ea09a4b868013e4a2ba0beea671d91e5e4 (patch)
tree1caa9e1f0f9f394a8970195a65adeeb3f1175735 /pkgs/applications
parent19aa4f0a6b10b980b7705d3aaf1a10156658bcea (diff)
parent28b74a05af4330110ef90d119fcba8247a283130 (diff)
Merge branch 'kde-frameworks-5.17'
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/kde-apps-15.12/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde-apps-15.12/default.nix b/pkgs/applications/kde-apps-15.12/default.nix
index 0c8c0780aaf2f..807c32ccb7d36 100644
--- a/pkgs/applications/kde-apps-15.12/default.nix
+++ b/pkgs/applications/kde-apps-15.12/default.nix
@@ -49,6 +49,6 @@ let
     l10n = pkgs.recurseIntoAttrs (import ./l10n.nix { inherit callPackage lib pkgs; });
   };
 
-  newScope = scope: pkgs.kf516.newScope ({ inherit kdeApp; } // scope);
+  newScope = scope: pkgs.kf517.newScope ({ inherit kdeApp; } // scope);
 
 in lib.makeScope newScope packages