add top-level kde5 attribute

This commit is contained in:
Thomas Tuegel 2015-01-24 10:22:37 -06:00
parent 1fbecd1295
commit f2ac29aac2

View file

@ -12456,6 +12456,8 @@ let
stdenv = overrideGCC stdenv gccStdInc;
});
kde5 = kf55 // plasma51 // kdeApps_14_12;
xfce = xfce4_10;
xfce4_10 = recurseIntoAttrs (import ../desktops/xfce { inherit config pkgs newScope; });