openjdk: Override hardcodes to nm and ldd
svn path=/nixpkgs/trunk/; revision=28072
This commit is contained in:
parent
dff2d2b06f
commit
8cf5de2fd4
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user