openjdk: Override hardcoded pwd

svn path=/nixpkgs/trunk/; revision=28038
This commit is contained in:
Shea Levy 2011-08-01 01:09:22 +00:00
parent 39bea03827
commit 027595d6b0

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
MKDIR=${coreutils}/bin/mkdir \
GREP=${gnugrep}/bin/grep \
DATE=${coreutils}/bin/date \
PWD=${coreutils}/bin/pwd \
CC=${stdenv.gcc}/bin/gcc
'';