From b56e9bc92afb81dadb7f870abc15e6bcd429ba96 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Wed, 12 Aug 2015 23:07:13 +0200 Subject: eclipse-cdt (plugin): init at 8.7.0 --- pkgs/applications/editors/eclipse/plugins.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'pkgs/applications/editors/eclipse') diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix index f0de68a1a2b79..f449b192ac123 100644 --- a/pkgs/applications/editors/eclipse/plugins.nix +++ b/pkgs/applications/editors/eclipse/plugins.nix @@ -127,6 +127,25 @@ rec { }; }; + cdt = buildEclipseUpdateSite rec { + name = "cdt-${version}"; + version = "8.7.0"; + + src = fetchzip { + stripRoot = false; + url = "http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/tools/cdt/releases/8.7/${name}.zip"; + sha256 = "0qpcjcl6n98x7ys4qz8p1x5hhk2ydrgh8w3r1kqk0zc7liqrx7vg"; + }; + + meta = with stdenv.lib; { + homepage = https://eclipse.org/cdt/; + description = "C/C++ development tooling"; + license = licenses.epl10; + platforms = platforms.all; + maintainers = [ maintainers.bjornfor ]; + }; + }; + checkstyle = buildEclipseUpdateSite rec { name = "checkstyle-${version}"; version = "6.5.0.201504121610"; -- cgit 1.4.1