Remove top-level kde5 attribute

- There is no such thing as KDE 5
This commit is contained in:
Thomas Tuegel
2017-02-27 11:49:10 -06:00
parent c1ddd2353b
commit 8eb4d2afbc
11 changed files with 189 additions and 192 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ in
panel = mkOption {
type = with types; nullOr path;
default = null;
example = literalExample "''${pkgs.kde5.plasma-desktop}/lib/libexec/kimpanel-ibus-panel";
example = literalExample "''${pkgs.plasma5.plasma-desktop}/lib/libexec/kimpanel-ibus-panel";
description = "Replace the IBus panel with another panel.";
};
};