plasma54: build with KDE Frameworks 5.14

This commit is contained in:
Thomas Tuegel 2015-10-02 10:08:23 -05:00
parent b6b10e8df0
commit 398b01ed2a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ let
inherit (pkgs) lib stdenv symlinkJoin;
kf5 = pkgs.kf513;
kf5 = pkgs.kf514;
kdeApps = pkgs.kdeApps_15_08;
srcs = import ./srcs.nix { inherit (pkgs) fetchurl; inherit mirror; };