openjdk: Override hardcode to readelf
svn path=/nixpkgs/trunk/; revision=28073
This commit is contained in:
parent
8cf5de2fd4
commit
b65c19f18b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user