summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-01-02 05:47:02 -0600
committerGitHub <noreply@github.com>2021-01-02 05:47:02 -0600
commitf69c648da4a980d87c4f7d3b4935a85238edbb39 (patch)
tree8356be6bc135d06a2d2ebddacfce06e809881846 /nixos
parentff47554518da05b3202620620b00a57468f73b6e (diff)
parente65962eafd99dfb1d2aadc52e7b78b91810e8b87 (diff)
downloadnixpkgs-f69c648da4a980d87c4f7d3b4935a85238edbb39.tar
nixpkgs-f69c648da4a980d87c4f7d3b4935a85238edbb39.tar.gz
nixpkgs-f69c648da4a980d87c4f7d3b4935a85238edbb39.tar.bz2
nixpkgs-f69c648da4a980d87c4f7d3b4935a85238edbb39.tar.lz
nixpkgs-f69c648da4a980d87c4f7d3b4935a85238edbb39.tar.xz
nixpkgs-f69c648da4a980d87c4f7d3b4935a85238edbb39.tar.zst
nixpkgs-f69c648da4a980d87c4f7d3b4935a85238edbb39.zip
Merge pull request #108128 from ttuegel/plasma-sync-qt-version
nixos/plasma5: synchronize Qt version with all-packages.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index a9b0b8dc23f..5f1c099c283 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -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;