kdeApps_15_08: use KDE Frameworks 5.14

This commit is contained in:
Thomas Tuegel 2015-10-02 10:10:49 -05:00
parent 1a03a577f4
commit d14e55cc61

View file

@ -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