[Nix-dev] Eclipse packaging

Ludovic Courtès ludo at gnu.org
Tue Nov 3 12:18:12 CET 2009


Hello Nixers!

Sander van der Burg <S.vanderBurg at tudelft.nl> writes:

> You can view the changes in this commit at:
>    https://svn.nixos.org/viewvc/nix?rev=18074&view=rev
>
> Modified:
>    nixpkgs/trunk/pkgs/applications/editors/eclipse-classic/default.nix
>    nixpkgs/trunk/pkgs/top-level/all-packages.nix
>
> Log:
> Enabled my eclipse package again, since I want to have eclipse installed when typing nix-env -i. BTW. the eclipse plugins can be installed this way either

[...]

> +  eclipseNewer = import ../applications/editors/eclipse-classic {
> +    inherit stdenv fetchurl patchelf makeDesktopItem freetype fontconfig jre;
> +    inherit (gtkLibs) glib gtk;
> +    inherit (xlibs) libX11 libXext libXrender libXtst;
> +  };
> +
>    /* commenting out eclipse - Have a look at eclipseRunner - Marc Weber
>  
>      Reason: You can get Eclipse in many prepacked variations on eclipse.org

I *think* this calls for more coordination among the Eclipse nixers.
Another example of misusing the VCS logs and ‘all-packages.nix’ as a
communication means.  :-)

Thanks,
Ludo’.



More information about the nix-dev mailing list