Added Eclipse. Currently, this is a simple unzip of the binary distribution. Todo 1: create a binary distribution in Nix. Todo 2: build the native libraries in Nix.
svn path=/nixpkgs/trunk/; revision=1554
This commit is contained in:
@@ -860,6 +860,10 @@ rec {
|
||||
inherit (xlibs) libXt libXp libXext libX11;
|
||||
};
|
||||
|
||||
eclipse = (import ../applications/editors/eclipse) {
|
||||
inherit fetchurl stdenv unzip;
|
||||
};
|
||||
|
||||
emacs = (import ../applications/editors/emacs) {
|
||||
inherit fetchurl stdenv xlibs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user