about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-03-02 03:57:49 +0100
committeraszlig <aszlig@redmoonstudios.org>2017-03-02 04:01:32 +0100
commit9e235ef0f0d48f241ec6b0bcb7b332c182c2aadf (patch)
tree4ec0463cc2c33c79b2cf6ae0ea2bd98fba73d273 /modules
parent2a73ebd99fc6cd946b607dff2e36d7b365b5277a (diff)
Remove/rename occurences of kde5
This fixes the attributes accordingly to the following two upstream
commits:

 * NixOS/nixpkgs@f21d4d00152726c02f870cb20faba4aca18ef49a
 * NixOS/nixpkgs@8eb4d2afbc1d61d316073f25f5885a46ccb37ea2

The first renames desktopManager.kde5 to desktopManager.plasma5 and the
second one removes the kde5 attribute from the top-level packages set
and puts applications in kdeApplications instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/core/tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/tests.nix b/modules/core/tests.nix
index a1b947e0..33acec13 100644
--- a/modules/core/tests.nix
+++ b/modules/core/tests.nix
@@ -170,7 +170,7 @@ let
     { check = config.services.jenkins.enable;
       path  = ["nixos" "jenkins"];
     }
-    { check = config.services.xserver.desktopManager.kde5.enable;
+    { check = config.services.xserver.desktopManager.plasma5.enable;
       path  = ["nixos" "kde5"];
     }
     { check = config.i18n.consoleKeyMap          == "azerty/fr"