mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +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 {
|
||||
default = [];
|
||||
example = [ pkgs.kde42.kdegames ];
|
||||
example = [ pkgs.kde43.kdegames ];
|
||||
type = types.list types.package;
|
||||
description = ''
|
||||
Additional KDE packages to be used when you use KDE as a desktop
|
||||
|
Loading…
Reference in New Issue
Block a user