mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
update {kf5,plasma5,kdeApps}_latest attributes
This commit is contained in:
parent
9ce51a1605
commit
6d51f06fcf
@ -6791,7 +6791,7 @@ let
|
||||
kf515 = recurseIntoAttrs (import ../development/libraries/kde-frameworks-5.15 { inherit pkgs; });
|
||||
kf516 = recurseIntoAttrs (import ../development/libraries/kde-frameworks-5.16 { inherit pkgs; });
|
||||
kf5_stable = kf515;
|
||||
kf5_latest = kf515;
|
||||
kf5_latest = kf516;
|
||||
|
||||
kf5PackagesFun = self: with self; {
|
||||
|
||||
@ -12122,7 +12122,7 @@ let
|
||||
kdeApps_15_08 = recurseIntoAttrs (import ../applications/kde-apps-15.08 { inherit pkgs; });
|
||||
kdeApps_15_12 = recurseIntoAttrs (import ../applications/kde-apps-15.12 { inherit pkgs; });
|
||||
kdeApps_stable = kdeApps_15_08;
|
||||
kdeApps_latest = kdeApps_15_08;
|
||||
kdeApps_latest = kdeApps_15_12;
|
||||
|
||||
keepnote = callPackage ../applications/office/keepnote {
|
||||
pygtk = pyGtkGlade;
|
||||
@ -14580,7 +14580,7 @@ let
|
||||
plasma54 = recurseIntoAttrs (import ../desktops/plasma-5.4 { inherit pkgs; });
|
||||
plasma55 = recurseIntoAttrs (import ../desktops/plasma-5.5 { inherit pkgs; });
|
||||
plasma5_stable = plasma54;
|
||||
plasma5_latest = plasma54;
|
||||
plasma5_latest = plasma55;
|
||||
|
||||
kde5 = kf5_stable // plasma5_stable // kdeApps_stable;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user