* The NixOS kdm.nix module expects a kdebase_workspace attribute.

svn path=/nixpkgs/branches/kde-4.7/; revision=27794
This commit is contained in:
Eelco Dolstra 2011-07-15 09:50:37 +00:00
parent 298c78ef40
commit bc16ee83ae

View File

@ -54,6 +54,9 @@ recurseIntoAttrs rec {
kde_workspace = callPackage ./workspace.nix { };
# Backwards compatibility.
kdebase_workspace = kde_workspace;
### OTHER MODULES
gwenview = callPackage ./gwenview.nix { };