forked from mirrors/nixpkgs
eclipse: Remove patchelf from the buildInputs
This commit is contained in:
parent
4fc64ac741
commit
e9f1c3abeb
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, patchelf, makeDesktopItem, makeWrapper
|
||||
{ stdenv, fetchurl, makeDesktopItem, makeWrapper
|
||||
, freetype, fontconfig, libX11, libXext, libXrender, zlib
|
||||
, glib, gtk, libXtst, jre
|
||||
}:
|
||||
|
@ -23,7 +23,7 @@ let
|
|||
categories = "Application;Development;";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper patchelf ];
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
buildCommand = ''
|
||||
# Unpack tarball.
|
||||
|
|
Loading…
Reference in a new issue