summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorTim Neumann <neumantm@fius.informatik.uni-stuttgart.de>2020-01-28 10:36:19 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2020-06-25 21:42:25 +0200
commit16e15a2821cfb6a2c1ae3953decb98fc735f0bed (patch)
tree47ba51b092214ce3981cfd9ad2f930ef7b220e8b /pkgs/applications/editors/eclipse
parent37238ff716b070205dc955454f24b37b0f620397 (diff)
downloadnixpkgs-16e15a2821cfb6a2c1ae3953decb98fc735f0bed.tar
nixpkgs-16e15a2821cfb6a2c1ae3953decb98fc735f0bed.tar.gz
nixpkgs-16e15a2821cfb6a2c1ae3953decb98fc735f0bed.tar.bz2
nixpkgs-16e15a2821cfb6a2c1ae3953decb98fc735f0bed.tar.lz
nixpkgs-16e15a2821cfb6a2c1ae3953decb98fc735f0bed.tar.xz
nixpkgs-16e15a2821cfb6a2c1ae3953decb98fc735f0bed.tar.zst
nixpkgs-16e15a2821cfb6a2c1ae3953decb98fc735f0bed.zip
eclipse: add eclipse-committers
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 49fb00706b7..87ac29b58e9 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -99,6 +99,18 @@ in rec {
       };
   };
 
+  ### Eclipse Committers
+
+  eclipse-committers = buildEclipse {
+    name = "eclipse-committers-${platform_major}.${platform_minor}";
+    description = "Eclipse IDE for Eclipse Committers and Eclipse Platform Plugin Developers";
+    src =
+      fetchurl {
+        url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-committers-${year}-${month}-R-linux-gtk-x86_64.tar.gz";
+        sha512 = "1l0gc7srpvn3r0yrbrp1pjv1a3n1y7q5fqww5fmzyw1d6j3hjkqj74c9bff16579cpf7z6d4wmj6kr7z89p0ignrx319gc8p0hivi1y";
+      };
+  };
+
   ### Environments
 
   # Function that assembles a complete Eclipse environment from an