* Remove the kde_baseapps wrapper because
1) It broke the Gwenview build (it ended up depending on the wrapper). 2) It's confusing to have two identically named packages. 3) If upstream's kde_baseapps doesn't include Konsole and Kate, then why should ours? svn path=/nixpkgs/trunk/; revision=29206
This commit is contained in:
parent
f16c8d72db
commit
74e4d96e7e
1 changed files with 0 additions and 5 deletions
|
@ -49,11 +49,6 @@ kde.modules // kde.individual //
|
|||
|
||||
kdebase_workspace = kde.modules.kde_workspace;
|
||||
|
||||
kde_baseapps = kde.modules.kde_baseapps // {
|
||||
inherit (kde.individual) kate konsole;
|
||||
propagatedUserEnvPackages = [ kde.individual.kate kde.individual.konsole ];
|
||||
};
|
||||
|
||||
inherit release;
|
||||
|
||||
full = stdenv.lib.attrValues kde.modules;
|
||||
|
|
Loading…
Reference in a new issue