forked from mirrors/nixpkgs
nixos/plasma5: synchronize Qt version with all-packages.nix
This commit is contained in:
parent
5bcc26338d
commit
e65962eafd
|
@ -8,8 +8,7 @@ let
|
||||||
cfg = xcfg.desktopManager.plasma5;
|
cfg = xcfg.desktopManager.plasma5;
|
||||||
|
|
||||||
inherit (pkgs) kdeApplications kdeFrameworks plasma5;
|
inherit (pkgs) kdeApplications kdeFrameworks plasma5;
|
||||||
libsForQt5 = pkgs.libsForQt514;
|
inherit (pkgs) qt5 libsForQt5;
|
||||||
qt5 = pkgs.qt514;
|
|
||||||
inherit (pkgs) writeText;
|
inherit (pkgs) writeText;
|
||||||
|
|
||||||
pulseaudio = config.hardware.pulseaudio;
|
pulseaudio = config.hardware.pulseaudio;
|
||||||
|
|
|
@ -26689,6 +26689,8 @@ in
|
||||||
let
|
let
|
||||||
mkPlasma5 = import ../desktops/plasma-5;
|
mkPlasma5 = import ../desktops/plasma-5;
|
||||||
attrs = {
|
attrs = {
|
||||||
|
# ATTN: The Qt version used in the NixOS Plasma module must be updated
|
||||||
|
# whenever this changes!
|
||||||
inherit libsForQt5;
|
inherit libsForQt5;
|
||||||
inherit lib fetchurl;
|
inherit lib fetchurl;
|
||||||
gconf = gnome2.GConf;
|
gconf = gnome2.GConf;
|
||||||
|
|
Loading…
Reference in a new issue