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:
Robert Helgesson 2015-07-30 23:27:57 +02:00 committed by Bjørn Forsman
parent c24e01665b
commit b253f95529

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchzip, unzip }:
let
rec {
buildEclipsePluginBase = { name
, buildInputs ? []
@ -62,8 +62,6 @@ let
'';
};
in {
anyedittools = buildEclipsePlugin rec {
name = "anyedit-${version}";
version = "2.4.15.201504172030";