summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorNiklaus Giger <niklaus.giger@member.fsf.org>2020-12-08 16:56:17 +0100
committerRobert Helgesson <robert@rycee.net>2020-12-09 22:40:49 +0100
commitd955d0ad3395459f35bda34ab58a228f8d463785 (patch)
tree191ca57359a1f92ebbc34abfbf4d7626656cd07b /pkgs/applications/editors/eclipse
parent5f92d1417b8fc875e31beb8d16215ef51e5fdce2 (diff)
downloadnixpkgs-d955d0ad3395459f35bda34ab58a228f8d463785.tar
nixpkgs-d955d0ad3395459f35bda34ab58a228f8d463785.tar.gz
nixpkgs-d955d0ad3395459f35bda34ab58a228f8d463785.tar.bz2
nixpkgs-d955d0ad3395459f35bda34ab58a228f8d463785.tar.lz
nixpkgs-d955d0ad3395459f35bda34ab58a228f8d463785.tar.xz
nixpkgs-d955d0ad3395459f35bda34ab58a228f8d463785.tar.zst
nixpkgs-d955d0ad3395459f35bda34ab58a228f8d463785.zip
eclipses: add Eclipse IDE for RCP and RAP developers
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-rw-r--r--pkgs/applications/editors/eclipse/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index 0afbecb84cf..2c175f32d62 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -114,6 +114,18 @@ in rec {
       };
   };
 
+  ### Eclipse IDE for RCP and RAP Developers
+
+  eclipse-rcp = buildEclipse {
+    name = "eclipse-rcp-${platform_major}.${platform_minor}";
+    description = "Eclipse IDE for RCP and RAP Developers";
+    src =
+      fetchurl {
+        url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-rcp-${year}-${month}-R-linux-gtk-x86_64.tar.gz";
+        sha512 = "216g805fgpb7vwbgk36xkf467vijvaa3x0gk4d94pi92d9wdh5dph6wjjr4ka9rvg0pzxxr8y3sgbfqqzqpc82bgiz5qqr93sprh9bj";
+      };
+  };
+
   ### Environments
 
   # Function that assembles a complete Eclipse environment from an