* Use PatchELF 0.1.

svn path=/nixpkgs/trunk/; revision=4062
This commit is contained in:
Eelco Dolstra
2005-10-11 13:31:33 +00:00
parent 1cc9ec7f6d
commit 3c1c258aa5
8 changed files with 12 additions and 32 deletions

View File

@@ -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];
};