mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
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
|
, which
|
||||||
, jdk
|
, jdk
|
||||||
, findutils
|
, findutils
|
||||||
|
, glibc
|
||||||
|
, binutils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -36,6 +38,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
makeFlags = ''
|
makeFlags = ''
|
||||||
MKDIR=${coreutils}/bin/mkdir \
|
MKDIR=${coreutils}/bin/mkdir \
|
||||||
|
LDD=${glibc}/bin/ldd \
|
||||||
|
NM=${binutils}/bin/nm \
|
||||||
MV=${coreutils}/bin/mv \
|
MV=${coreutils}/bin/mv \
|
||||||
TOUCH=${coreutils}/bin/touch \
|
TOUCH=${coreutils}/bin/touch \
|
||||||
CP=${coreutils}/bin/cp \
|
CP=${coreutils}/bin/cp \
|
||||||
|
|
Loading…
Reference in a new issue