Merge pull request #3980 from gounnoticed/patch-1
Add luna cpp build for eclipse
This commit is contained in:
commit
c37ad960ad
@ -192,6 +192,23 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eclipse_cpp_44 = buildEclipse {
|
||||||
|
name = "eclipse-cpp-4.4";
|
||||||
|
description = "Eclipse IDE for C/C++ Developers";
|
||||||
|
src =
|
||||||
|
if stdenv.system == "x86_64-linux" then
|
||||||
|
fetchurl {
|
||||||
|
url = http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/luna/R/eclipse-cpp-luna-R-linux-gtk-x86_64.tar.gz;
|
||||||
|
md5 = "b0a6ee33e8108a7ff4682ab911271b04";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
fetchurl {
|
||||||
|
url = http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/luna/R/eclipse-cpp-luna-R-linux-gtk.tar.gz;
|
||||||
|
md5 = "5000f93cecf6ef9af112f0df6e8c87f3";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
eclipse_sdk_421 = buildEclipse {
|
eclipse_sdk_421 = buildEclipse {
|
||||||
name = "eclipse-sdk-4.2.1";
|
name = "eclipse-sdk-4.2.1";
|
||||||
description = "Eclipse Classic";
|
description = "Eclipse Classic";
|
||||||
|
Loading…
Reference in New Issue
Block a user