eclipse: Remove patchelf from the buildInputs

This commit is contained in:
Eelco Dolstra 2014-01-14 13:50:50 +01:00
parent 4fc64ac741
commit e9f1c3abeb

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, patchelf, makeDesktopItem, makeWrapper { stdenv, fetchurl, makeDesktopItem, makeWrapper
, freetype, fontconfig, libX11, libXext, libXrender, zlib , freetype, fontconfig, libX11, libXext, libXrender, zlib
, glib, gtk, libXtst, jre , glib, gtk, libXtst, jre
}: }:
@ -23,7 +23,7 @@ let
categories = "Application;Development;"; categories = "Application;Development;";
}; };
buildInputs = [ makeWrapper patchelf ]; buildInputs = [ makeWrapper ];
buildCommand = '' buildCommand = ''
# Unpack tarball. # Unpack tarball.