mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openjdk: Override hardcoded pwd
svn path=/nixpkgs/trunk/; revision=28038
This commit is contained in:
parent
39bea03827
commit
027595d6b0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue