openjdk: Override hardcodes to nm and ldd

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

View file

@ -14,6 +14,8 @@
, which
, jdk
, findutils
, glibc
, binutils
}:
stdenv.mkDerivation rec {
@ -36,6 +38,8 @@ stdenv.mkDerivation rec {
makeFlags = ''
MKDIR=${coreutils}/bin/mkdir \
LDD=${glibc}/bin/ldd \
NM=${binutils}/bin/nm \
MV=${coreutils}/bin/mv \
TOUCH=${coreutils}/bin/touch \
CP=${coreutils}/bin/cp \