Skip to content

Commit

Permalink
Merge pull request NixOS#108128 from ttuegel/plasma-sync-qt-version
Browse files Browse the repository at this point in the history
nixos/plasma5: synchronize Qt version with all-packages.nix
  • Loading branch information
ttuegel committed Jan 2, 2021
2 parents ff47554 + e65962e commit f69c648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions nixos/modules/services/x11/desktop-managers/plasma5.nix
Expand Up @@ -8,8 +8,7 @@ let
cfg = xcfg.desktopManager.plasma5;

inherit (pkgs) kdeApplications kdeFrameworks plasma5;
libsForQt5 = pkgs.libsForQt514;
qt5 = pkgs.qt514;
inherit (pkgs) qt5 libsForQt5;
inherit (pkgs) writeText;

pulseaudio = config.hardware.pulseaudio;
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -26705,6 +26705,8 @@ in
let
mkPlasma5 = import ../desktops/plasma-5;
attrs = {
# ATTN: The Qt version used in the NixOS Plasma module must be updated
# whenever this changes!
inherit libsForQt5;
inherit lib fetchurl;
gconf = gnome2.GConf;
Expand Down

0 comments on commit f69c648

Please sign in to comment.