about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-12 08:09:48 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-12 08:09:48 -0600
commit28b74a05af4330110ef90d119fcba8247a283130 (patch)
treeaf71955a7de60b5eb687dd3739726b2978473f22 /pkgs/applications
parent54829da8229e418d955a87ab39104f65d5d99c47 (diff)
remove kf516
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