mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
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…
Reference in New Issue
Block a user