forked from mirrors/nixpkgs
add stable attrs for plasma5, kf5, and kdeApps
This commit is contained in:
parent
a55543711e
commit
63ec1a9677
|
@ -33,11 +33,11 @@ let
|
|||
phononBackendPackages = flip concatMap cfg.phononBackends
|
||||
(name: attrByPath [name] (throw "unknown phonon backend `${name}'") phononBackends);
|
||||
|
||||
kf5 = pkgs.kf55;
|
||||
kf5 = pkgs.kf5_stable;
|
||||
|
||||
plasma5 = pkgs.plasma51;
|
||||
plasma5 = pkgs.plasma5_stable;
|
||||
|
||||
kdeApps = pkgs.kdeApps_14_12;
|
||||
kdeApps = pkgs.kdeApps_stable;
|
||||
|
||||
in
|
||||
|
||||
|
|
|
@ -5813,6 +5813,7 @@ let
|
|||
stdenv = overrideGCC stdenv gccStdInc;
|
||||
});
|
||||
kf5_latest = kf55;
|
||||
kf5_stable = kf55;
|
||||
|
||||
krb5 = callPackage ../development/libraries/kerberos/krb5.nix {
|
||||
openldap = openldap.override {
|
||||
|
@ -10373,10 +10374,11 @@ let
|
|||
boost = boost155;
|
||||
};
|
||||
|
||||
kdeApps_latest = kdeApps_14_12;
|
||||
kdeApps_14_12 = recurseIntoAttrs (callPackage ../applications/kde-apps-14.12 {
|
||||
stdenv = overrideGCC stdenv gccStdInc;
|
||||
});
|
||||
kdeApps_latest = kdeApps_14_12;
|
||||
kdeApps_stable = kdeApps_14_12;
|
||||
|
||||
keepnote = callPackage ../applications/office/keepnote {
|
||||
pygtk = pyGtkGlade;
|
||||
|
@ -12451,10 +12453,11 @@ let
|
|||
|
||||
mate-themes = callPackage ../misc/themes/mate-themes { };
|
||||
|
||||
plasma5_latest = plasma51;
|
||||
plasma51 = recurseIntoAttrs (callPackage ../desktops/plasma-5.1 {
|
||||
stdenv = overrideGCC stdenv gccStdInc;
|
||||
});
|
||||
plasma5_latest = plasma51;
|
||||
plasma5_stable = plasma51;
|
||||
|
||||
kde5 = kf55 // plasma51 // kdeApps_14_12;
|
||||
|
||||
|
|
Loading…
Reference in a new issue