Keep Qt 5.14 for Plasma and KDE Applications
This commit is contained in:
parent
017e498d02
commit
a1f4287e36
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue