mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +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 \
|
||||
BOOTDIR=${jdk} \
|
||||
FIND=${findutils}/bin/find \
|
||||
ALLOW_DOWNLOADS=true \
|
||||
CC=${stdenv.gcc}/bin/gcc
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user