mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* eclipse-classic -> eclipse.
svn path=/nixpkgs/trunk/; revision=18486
This commit is contained in:
parent
e0491358eb
commit
86f8f47d87
@ -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";
|
||||
};
|
||||
}
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user