Removed kde4.pim from list
svn path=/nixpkgs/branches/stdenv-updates/; revision=10204
This commit is contained in:
parent
eae106046d
commit
25630eee9e
@ -16,7 +16,8 @@ rec {
|
||||
extragear_plasma = import ./extragear (fullargs // { kdeworkspace = workspace; });
|
||||
support = import ./support args;
|
||||
decibel = import ./decibel fullargs;
|
||||
pim = import ./pim (fullargs // {kdeworkspace = workspace; });
|
||||
# kdepim is not included in KDE-4.0.0
|
||||
#pim = import ./pim (fullargs // {kdeworkspace = workspace; });
|
||||
|
||||
env = kde_pkgs: with args; [ (runCommand "kde-env"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user