From d14e55cc617e5f522afd7670bb4ea3a04bb26e72 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 2 Oct 2015 10:10:49 -0500 Subject: [PATCH] kdeApps_15_08: use KDE Frameworks 5.14 --- pkgs/applications/kde-apps-15.08/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/kde-apps-15.08/default.nix b/pkgs/applications/kde-apps-15.08/default.nix index 45484964ff9..3d1049f8d5b 100644 --- a/pkgs/applications/kde-apps-15.08/default.nix +++ b/pkgs/applications/kde-apps-15.08/default.nix @@ -63,6 +63,6 @@ let print-manager = callPackage ./print-manager.nix {}; }; - newScope = scope: pkgs.kf513.newScope ({ inherit kdeApp; } // scope); + newScope = scope: pkgs.kf514.newScope ({ inherit kdeApp; } // scope); in lib.makeScope newScope packages