mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
openjdk: Allow downloads of source 'drops' during build
svn path=/nixpkgs/trunk/; revision=28068
This commit is contained in:
parent
482daa3afd
commit
0603a5d356
@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
PRINTF=${coreutils}/bin/printf \
|
PRINTF=${coreutils}/bin/printf \
|
||||||
BOOTDIR=${jdk} \
|
BOOTDIR=${jdk} \
|
||||||
FIND=${findutils}/bin/find \
|
FIND=${findutils}/bin/find \
|
||||||
|
ALLOW_DOWNLOADS=true \
|
||||||
CC=${stdenv.gcc}/bin/gcc
|
CC=${stdenv.gcc}/bin/gcc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user