summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2004-10-13 14:21:20 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2004-10-13 14:21:20 +0000
commit9c507f1721d4139fc4e2bf2de08ac383a9173995 (patch)
tree1fe85bb0e8d487f530c78c2a40bae0b02aa516bb /pkgs/system/all-packages-generic.nix
parentdecf75a3d823a3be79f911fc30749b66c7f7fd85 (diff)
downloadnixpkgs-9c507f1721d4139fc4e2bf2de08ac383a9173995.tar
nixpkgs-9c507f1721d4139fc4e2bf2de08ac383a9173995.tar.gz
nixpkgs-9c507f1721d4139fc4e2bf2de08ac383a9173995.tar.bz2
nixpkgs-9c507f1721d4139fc4e2bf2de08ac383a9173995.tar.lz
nixpkgs-9c507f1721d4139fc4e2bf2de08ac383a9173995.tar.xz
nixpkgs-9c507f1721d4139fc4e2bf2de08ac383a9173995.tar.zst
nixpkgs-9c507f1721d4139fc4e2bf2de08ac383a9173995.zip
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
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index c1b141dff1f..9e5947a496d 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -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;
   };