3
0
Fork 0
forked from mirrors/nixpkgs

plasma5_latest: build with kf58

This commit is contained in:
Thomas Tuegel 2015-03-24 16:52:58 -05:00
parent 77fb55d1f0
commit 1c3c6e7dbb

View file

@ -13014,7 +13014,7 @@ let
plasma52 = recurseIntoAttrs (callPackage ../desktops/plasma-5.2 {
kf5 = kf57;
});
plasma5_latest = plasma52;
plasma5_latest = plasma52.override { kf5 = kf58; };
plasma5_stable = plasma52;
kde5 = kf5_stable // plasma5_stable // kdeApps_stable;