From d955d0ad3395459f35bda34ab58a228f8d463785 Mon Sep 17 00:00:00 2001 From: Niklaus Giger Date: Tue, 8 Dec 2020 16:56:17 +0100 Subject: [PATCH] eclipses: add Eclipse IDE for RCP and RAP developers --- pkgs/applications/editors/eclipse/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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