nixos/plasma5: synchronize Qt version with all-packages.nix

This commit is contained in:
Thomas Tuegel
2021-01-01 08:26:33 -06:00
parent 5bcc26338d
commit e65962eafd
2 changed files with 3 additions and 2 deletions
@@ -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;