lol

eclipse-gnuarmeclipse (plugin): init at 2.8.1-201504061754

+19
+19
pkgs/applications/editors/eclipse/plugins.nix
··· 254 254 }; 255 255 }; 256 256 257 + gnuarmeclipse = buildEclipseUpdateSite rec { 258 + name = "gnuarmeclipse-${version}"; 259 + version = "2.8.1-201504061754"; 260 + 261 + src = fetchzip { 262 + stripRoot = false; 263 + url = "mirror://sourceforge/project/gnuarmeclipse/Current%20Releases/2.x/ilg.gnuarmeclipse.repository-${version}.zip"; 264 + sha256 = "08jsnyis1ry62cidr9sl11ylyxbkwh834nlhx6qp31gh1l439px9"; 265 + }; 266 + 267 + meta = with stdenv.lib; { 268 + homepage = http://gnuarmeclipse.livius.net/; 269 + description = "GNU ARM Eclipse Plug-ins"; 270 + license = licenses.epl10; 271 + platforms = platforms.all; 272 + maintainers = [ maintainers.bjornfor ]; 273 + }; 274 + }; 275 + 257 276 jdt = buildEclipseUpdateSite rec { 258 277 name = "jdt-${version}"; 259 278 version = "4.5";