mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 }:
|
||||
|
||||
let
|
||||
rec {
|
||||
|
||||
buildEclipsePluginBase = { name
|
||||
, buildInputs ? []
|
||||
@ -62,8 +62,6 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
in {
|
||||
|
||||
anyedittools = buildEclipsePlugin rec {
|
||||
name = "anyedit-${version}";
|
||||
version = "2.4.15.201504172030";
|
||||
|
Loading…
Reference in New Issue
Block a user