eclipses.plugins: put standard builders in set
This makes these builder functions available for use outside the file. That is, plugins can be defined out-of-tree.
This commit is contained in:
parent
c24e01665b
commit
b253f95529
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fetchzip, unzip }:
|
{ stdenv, fetchurl, fetchzip, unzip }:
|
||||||
|
|
||||||
let
|
rec {
|
||||||
|
|
||||||
buildEclipsePluginBase = { name
|
buildEclipsePluginBase = { name
|
||||||
, buildInputs ? []
|
, buildInputs ? []
|
||||||
@ -62,8 +62,6 @@ let
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
|
||||||
|
|
||||||
anyedittools = buildEclipsePlugin rec {
|
anyedittools = buildEclipsePlugin rec {
|
||||||
name = "anyedit-${version}";
|
name = "anyedit-${version}";
|
||||||
version = "2.4.15.201504172030";
|
version = "2.4.15.201504172030";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user