openjdk: Override hardcode to readelf

svn path=/nixpkgs/trunk/; revision=28073
This commit is contained in:
Shea Levy 2011-08-01 01:14:09 +00:00
parent 8cf5de2fd4
commit b65c19f18b

View file

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
MKDIR=${coreutils}/bin/mkdir \
LDD=${glibc}/bin/ldd \
NM=${binutils}/bin/nm \
READELF=${binutils}/bin/readelf \
MV=${coreutils}/bin/mv \
TOUCH=${coreutils}/bin/touch \
CP=${coreutils}/bin/cp \