kf5Packages: use KDE Frameworks 5.14

This commit is contained in:
Thomas Tuegel 2015-10-02 10:08:31 -05:00
parent 398b01ed2a
commit 1a03a577f4

View file

@ -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 { };