* eclipse-classic -> eclipse.

svn path=/nixpkgs/trunk/; revision=18486
This commit is contained in:
Eelco Dolstra 2009-11-20 15:33:06 +00:00
parent e0491358eb
commit 86f8f47d87
2 changed files with 6 additions and 1 deletions

View File

@ -51,4 +51,9 @@ stdenv.mkDerivation rec {
ensureDir $out/share/applications
cp ${desktopItem}/share/applications/* $out/share/applications
'';
meta = {
homepage = http://www.eclipse.org/;
description = "A extensible multi-language software development environment";
};
}

View File

@ -6466,7 +6466,7 @@ let
inherit (xlibs) libX11;
};
eclipse = import ../applications/editors/eclipse-classic {
eclipse = import ../applications/editors/eclipse {
inherit stdenv fetchurl patchelf makeDesktopItem makeWrapper freetype fontconfig jre zlib;
# GTK 2.18 gives glitches such as mouse clicks on buttons not
# working correctly.