eclipse-platform: add Neon 2 Platform

authored by Karn Kallio and committed by Robert Helgesson f16eda3f 2c31127e

+16 -1
+16 -1
pkgs/applications/editors/eclipse/default.nix
··· 85 86 ### Eclipse Platform 87 88 - eclipse-platform = eclipse-sdk-46; 89 90 ### Eclipse Scala SDK 91
··· 85 86 ### Eclipse Platform 87 88 + eclipse-platform = eclipse-platform-46; 89 + 90 + eclipse-platform-46 = buildEclipse { 91 + name = "eclipse-platform-4.6.2"; 92 + description = "Eclipse Platform Neon 2"; 93 + sources = { 94 + "x86_64-linux" = fetchurl { 95 + url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6.2-201611241400/eclipse-platform-4.6.2-linux-gtk-x86_64.tar.gz; 96 + sha256 = "1fmpirjkp210angyfz3nr5jp58snjy6784zkkbmdxkiyg9kg2wqq"; 97 + }; 98 + "i686-linux" = fetchurl { 99 + url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6.2-201611241400/eclipse-platform-4.6.2-linux-gtk.tar.gz; 100 + sha256 = "0274g6ypiqsqkch10868ygbm6avc5pa57saz9wd196kdivl1bdpm"; 101 + }; 102 + }; 103 + }; 104 105 ### Eclipse Scala SDK 106