kdeApplications: Use latest qt515 by default

Fixes #100707 - Since KDE's maintainers don't allow non official kde
applications under the `kdeApplications` path, many packages that depend
on KDE libraries and applications are defined in all-packages.nix.
Overriding all kdeApplications to use qt514 while all other
`libsForQt5.callPackage` in all-packages.nix are using qt515, causes
collisions.
This commit is contained in:
Doron Behar 2020-10-22 15:59:13 +03:00
parent 3a12f8588a
commit c172f144f4

View file

@ -13326,7 +13326,7 @@ in
let
mkFrameworks = import ../development/libraries/kde-frameworks;
attrs = {
libsForQt5 = libsForQt514;
inherit libsForQt5;
inherit lib fetchurl;
};
in
@ -21692,7 +21692,7 @@ in
let
mkApplications = import ../applications/kde;
attrs = {
libsForQt5 = libsForQt514;
inherit libsForQt5;
inherit lib fetchurl;
inherit okteta;
};
@ -25947,7 +25947,7 @@ in
let
mkPlasma5 = import ../desktops/plasma-5;
attrs = {
libsForQt5 = libsForQt514;
inherit libsForQt5;
inherit lib fetchurl;
gconf = gnome2.GConf;
inherit gsettings-desktop-schemas;