summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/eclipse/builder.sh')
-rwxr-xr-xpkgs/applications/editors/eclipse/builder.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/eclipse/builder.sh b/pkgs/applications/editors/eclipse/builder.sh
index 330263b46583..a40692a55997 100755
--- a/pkgs/applications/editors/eclipse/builder.sh
+++ b/pkgs/applications/editors/eclipse/builder.sh
@@ -31,3 +31,7 @@ find $out \( -type f -a -perm +0100 \) \
 makeWrapper $out/eclipse/eclipse $out/bin/eclipse \
     --prefix PATH ":" "$jdk/bin" \
     --prefix LD_LIBRARY_PATH ":" "$rpath"
+
+for i in $plugins; do
+    cp $i $out/eclipse/plugins
+done
\ No newline at end of file