about summary refs log tree commit diff
path: root/pkgs/top-level
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 /pkgs/top-level
parentff47554518da05b3202620620b00a57468f73b6e (diff)
parente65962eafd99dfb1d2aadc52e7b78b91810e8b87 (diff)
Merge pull request #108128 from ttuegel/plasma-sync-qt-version
nixos/plasma5: synchronize Qt version with all-packages.nix
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 8f7dde628e814..06c84a1622178 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;