Make eclipse reusable: function of plugins to eclipse
svn path=/nixpkgs/trunk/; revision=4887
This commit is contained in:
parent
90666e6eff
commit
3b1c205843
@ -2100,11 +2100,15 @@ rec {
|
|||||||
fastStart = true;
|
fastStart = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
eclipse = (import ../applications/editors/eclipse) {
|
eclipseSpoofax =
|
||||||
|
eclipse [spoofax];
|
||||||
|
|
||||||
|
eclipse = plugins :
|
||||||
|
(import ../applications/editors/eclipse) {
|
||||||
inherit fetchurl stdenv makeWrapper jdk;
|
inherit fetchurl stdenv makeWrapper jdk;
|
||||||
inherit (gtkLibs) gtk glib;
|
inherit (gtkLibs) gtk glib;
|
||||||
inherit (xlibs) libXtst;
|
inherit (xlibs) libXtst;
|
||||||
plugins = [spoofax];
|
inherit plugins;
|
||||||
};
|
};
|
||||||
|
|
||||||
spoofax = (import ../applications/editors/eclipse/plugins/spoofax) {
|
spoofax = (import ../applications/editors/eclipse/plugins/spoofax) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user