Keep Qt 5.14 for Plasma and KDE Applications

This commit is contained in:
Thomas Tuegel 2020-09-05 11:36:20 -05:00 committed by Thomas Tuegel
parent 017e498d02
commit a1f4287e36

View File

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