Changed reference from KDE 4.2 to KDE 4.3
svn path=/nixos/trunk/; revision=17044
This commit is contained in:
parent
297889f05c
commit
5c53a29a01
@ -24,7 +24,7 @@ let
|
|||||||
|
|
||||||
kdePackages = mkOption {
|
kdePackages = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
example = [ pkgs.kde42.kdegames ];
|
example = [ pkgs.kde43.kdegames ];
|
||||||
type = types.list types.package;
|
type = types.list types.package;
|
||||||
description = ''
|
description = ''
|
||||||
Additional KDE packages to be used when you use KDE as a desktop
|
Additional KDE packages to be used when you use KDE as a desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user