openjdk: Allow downloads of source 'drops' during build

svn path=/nixpkgs/trunk/; revision=28068
This commit is contained in:
Shea Levy 2011-08-01 01:13:27 +00:00
parent 482daa3afd
commit 0603a5d356

View file

@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
PRINTF=${coreutils}/bin/printf \
BOOTDIR=${jdk} \
FIND=${findutils}/bin/find \
ALLOW_DOWNLOADS=true \
CC=${stdenv.gcc}/bin/gcc
'';