* Don't use EPSV.
svn path=/nixpkgs/trunk/; revision=6894
This commit is contained in:
parent
0c0d30d248
commit
f95a93197a
@ -2,7 +2,7 @@ source $stdenv/setup
|
||||
|
||||
header "downloading $out from $url"
|
||||
|
||||
curl --fail --location --max-redirs 20 "$url" > "$out"
|
||||
curl --fail --location --max-redirs 20 --disable-epsv "$url" > "$out"
|
||||
|
||||
if test "$NIX_OUTPUT_CHECKED" != "1"; then
|
||||
if test "$outputHashAlgo" != "md5"; then
|
||||
|
Loading…
Reference in New Issue
Block a user