From 1a03a577f4caa67a63832ba7e14738079e840908 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 2 Oct 2015 10:08:31 -0500 Subject: [PATCH] kf5Packages: use KDE Frameworks 5.14 --- pkgs/top-level/all-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 524aaa3fc40..e5fa4d3616a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6682,8 +6682,8 @@ let }; - kf513Packages = lib.makeScope kf513.newScope kf5PackagesFun; - kf5Packages = kf513Packages; + kf514Packages = lib.makeScope kf514.newScope kf5PackagesFun; + kf5Packages = kf514Packages; kinetic-cpp-client = callPackage ../development/libraries/kinetic-cpp-client { };