summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/eclipse/default.nix')
-rw-r--r--pkgs/applications/editors/eclipse/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index 1a77f6486017..d9f5e0302588 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -1,4 +1,4 @@
-{fetchurl, stdenv, makeWrapper, patchelf, jdk, gtk, glib, libXtst}:
+{fetchurl, stdenv, makeWrapper, jdk, gtk, glib, libXtst}:
 
 let {
   body =
@@ -7,7 +7,6 @@ let {
       builder = ./builder.sh;
       src = bindist;
       inherit makeWrapper jdk;
-      buildInputs = [patchelf];
       libraries = [gtk glib libXtst];
    };