18 gsettings-desktop-schemas,
19 webkitgtk_4_0 ? null, # for internal web browser
25 # use ./update.sh to help with updating for each quarterly release
28 # for e in cpp dsl embedcpp modeling platform sdk java jee committers rcp; do for s in pkgs pkgsCross.aarch64-multiplatform; do echo; echo $s $e; nix-build -A ${s}.eclipses.eclipse-${e} -o eclipse-${s}-${e}; done; done
32 platform_minor = "33";
34 month = "09"; # release month
35 buildmonth = "09"; # sometimes differs from release month
36 timestamp = "${year}${buildmonth}030240";
39 if stdenv.hostPlatform.isx86_64 then
41 else if stdenv.hostPlatform.isAarch64 then
44 throw "don't know what platform suffix for ${stdenv.hostPlatform.system} will be";
48 # work around https://bugs.eclipse.org/bugs/show_bug.cgi?id=476075#c3
49 buildEclipseUnversioned = callPackage ./build-eclipse.nix {
62 gsettings-desktop-schemas
69 buildEclipseUnversioned (
70 eclipseData // { productVersion = "${platform_major}.${platform_minor}"; }
75 eclipse-cpp = buildEclipse {
76 name = "eclipse-cpp-${platform_major}.${platform_minor}";
77 description = "Eclipse IDE for C/C++ Developers";
79 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-cpp-${year}-${month}-R-linux-gtk-${arch}.tar.gz";
82 x86_64 = "sha256-zCIVlrr8CPRBiv1FOVHjoW7WcKC74V+JC2ciyiBuYOw=";
83 aarch64 = "sha256-Lnwz8up/WoOdth0bxxePxagwkOaTljFYkCHHu5NoCPk=";
91 eclipse-dsl = buildEclipse {
92 name = "eclipse-dsl-${platform_major}.${platform_minor}";
93 description = "Eclipse IDE for Java and DSL Developers";
95 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-dsl-${year}-${month}-R-linux-gtk-${arch}.tar.gz";
98 x86_64 = "sha256-a/Vnbm1zzay5GSsJbU3yFGs7fSBx77wvOHJdlEs8BjE=";
99 aarch64 = "sha256-ghf0Q31cudxGDmYvLXyeqTYCpqIkZNp9y1Bd/izOSl4=";
105 ### Eclipse IDE for Embedded C/C++ Developers
107 eclipse-embedcpp = buildEclipse {
108 name = "eclipse-embedcpp-${platform_major}.${platform_minor}";
109 description = "Eclipse IDE for Embedded C/C++ Developers";
111 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-embedcpp-${year}-${month}-R-linux-gtk-${arch}.tar.gz";
114 x86_64 = "sha256-6krmMvja30Jal1w4gi1NQSZpPxAMtjvs+tPtts+YuLA=";
115 aarch64 = "sha256-qYzcR+4m8QAdV6JTvMuVU2h2oxVJGmyg9UJMibdkPxM=";
123 eclipse-modeling = buildEclipse {
124 name = "eclipse-modeling-${platform_major}.${platform_minor}";
125 description = "Eclipse Modeling Tools";
127 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-modeling-${year}-${month}-R-linux-gtk-${arch}.tar.gz";
130 x86_64 = "sha256-AFwJNQJdULmiID3JPjQG3L631ujaNYsaDJ3QT60WwSY=";
131 aarch64 = "sha256-MbvWrgHhTS1odtFCdZYdTOYZNjhb3gqvjGO1dVfdokA=";
139 eclipse-platform = buildEclipse {
140 name = "eclipse-platform-${platform_major}.${platform_minor}";
141 description = "Eclipse Platform ${year}-${month}";
143 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops${platform_major}/R-${platform_major}.${platform_minor}-${timestamp}/eclipse-platform-${platform_major}.${platform_minor}-linux-gtk-${arch}.tar.gz";
146 x86_64 = "sha256-6vNwys0HTaJdSl+1mK7hlGU0tQVyakvzrL0GZEObniQ=";
147 aarch64 = "sha256-fERBf9bkGowZkRLQEMxLUB8qUVKZgRZOZjJEz+kc+WU=";
153 ### Eclipse Scala SDK
156 (buildEclipseUnversioned.override
162 name = "eclipse-scala-sdk-4.7.0";
163 description = "Eclipse IDE for Scala Developers";
164 productVersion = "4.7";
166 url = "https://downloads.typesafe.com/scalaide-pack/4.7.0-vfinal-oxygen-212-20170929/scala-SDK-4.7.0-vfinal-2.12-linux.gtk.x86_64.tar.gz";
167 sha256 = "1n5w2a7mh9ajv6fxcas1gpgwb04pdxbr9v5dzr67gsz5bhahq4ya";
172 # Only download for x86_64
173 meta.platforms = [ "x86_64-linux" ];
178 eclipse-sdk = buildEclipse {
179 name = "eclipse-sdk-${platform_major}.${platform_minor}";
180 description = "Eclipse ${year}-${month} Classic";
182 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops${platform_major}/R-${platform_major}.${platform_minor}-${timestamp}/eclipse-SDK-${platform_major}.${platform_minor}-linux-gtk-${arch}.tar.gz";
185 x86_64 = "sha256-4eYdixsPswwsBWfRng5VPp+/39mDuAO7cHc6NS3VI7o=";
186 aarch64 = "sha256-UUdm7YqLOTappGwEnM3frvGZcESuh3LVl1L/HoN88Ug=";
194 eclipse-java = buildEclipse {
195 name = "eclipse-java-${platform_major}.${platform_minor}";
196 description = "Eclipse IDE for Java Developers";
198 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-java-${year}-${month}-R-linux-gtk-${arch}.tar.gz";
201 x86_64 = "sha256-gAbc049iHCPwGohQwNG1pCejCpOh0qUsnjSZosedqUU=";
202 aarch64 = "sha256-VpKs4O1Rxb/qhULUK+EPIPsGSH+qQJpNsDRGNX09Bj0=";
210 eclipse-jee = buildEclipse {
211 name = "eclipse-jee-${platform_major}.${platform_minor}";
212 description = "Eclipse IDE for Enterprise Java and Web Developers";
214 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-jee-${year}-${month}-R-linux-gtk-${arch}.tar.gz";
217 x86_64 = "sha256-BLvjy4vBuvMt3mZccp+UWw9p58taWiyZkbwaeMOOBpU=";
218 aarch64 = "sha256-5tGJoOPk56/0WVZAxB8VWryJmnHMr4gHQyjET9sB1Qk=";
224 ### Eclipse Committers
226 eclipse-committers = buildEclipse {
227 name = "eclipse-committers-${platform_major}.${platform_minor}";
228 description = "Eclipse IDE for Eclipse Committers and Eclipse Platform Plugin Developers";
230 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-${arch}.tar.gz";
233 x86_64 = "sha256-IQL6dWNHg5DMVkR2XYge2jHmIwx8KS968k8EoS/II+A=";
234 aarch64 = "sha256-ATni52tdHyaVvacSAiiOB6eN1zwS17VZazcsd6HOemA=";
240 ### Eclipse IDE for RCP and RAP Developers
242 eclipse-rcp = buildEclipse {
243 name = "eclipse-rcp-${platform_major}.${platform_minor}";
244 description = "Eclipse IDE for RCP and RAP Developers";
246 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-${arch}.tar.gz";
249 x86_64 = "sha256-BqRcUU6GivuPFzr3e2FX+ga5OVO8o7NzuXuqUu52pN4=";
250 aarch64 = "sha256-lAsur73Z/EaKVLY9URoyvcvtD9LoOO7FG6l/lUtT8H8=";
258 # Function that assembles a complete Eclipse environment from an
259 # Eclipse package and list of Eclipse plugins.
267 # Gather up the desired plugins.
268 pluginEnv = buildEnv {
269 name = "eclipse-plugins";
270 paths = lib.filter (x: x ? isEclipsePlugin) (lib.closePropagation plugins);
273 # Prepare the JVM arguments to add to the ini file. We here also
274 # add the property indicating the plugin directory.
275 dropinPropName = "org.eclipse.equinox.p2.reconciler.dropins.directory";
276 dropinProp = "-D${dropinPropName}=${pluginEnv}/eclipse/dropins";
277 jvmArgsText = lib.concatStringsSep "\n" (jvmArgs ++ [ dropinProp ]);
279 # Base the derivation name on the name of the underlying
281 name = (lib.meta.appendToName "with-plugins" eclipse).name;
283 runCommand name { nativeBuildInputs = [ makeWrapper ]; } ''
284 mkdir -p $out/bin $out/etc
286 # Prepare an eclipse.ini with the plugin directory.
287 cat ${eclipse}/eclipse/eclipse.ini - > $out/etc/eclipse.ini <<EOF
291 makeWrapper ${eclipse}/bin/eclipse $out/bin/eclipse \
292 --add-flags "--launcher.ini $out/etc/eclipse.ini"
294 ln -s ${eclipse}/share $out/
299 plugins = callPackage ./plugins.nix { };