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
1 changed files with 5 additions and 3 deletions

View File

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