forked from mirrors/nixpkgs
openjdk: Override hardcoded pwd
svn path=/nixpkgs/trunk/; revision=28038
This commit is contained in:
parent
39bea03827
commit
027595d6b0
|
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
MKDIR=${coreutils}/bin/mkdir \
|
MKDIR=${coreutils}/bin/mkdir \
|
||||||
GREP=${gnugrep}/bin/grep \
|
GREP=${gnugrep}/bin/grep \
|
||||||
DATE=${coreutils}/bin/date \
|
DATE=${coreutils}/bin/date \
|
||||||
|
PWD=${coreutils}/bin/pwd \
|
||||||
CC=${stdenv.gcc}/bin/gcc
|
CC=${stdenv.gcc}/bin/gcc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue