* Don't use EPSV.

svn path=/nixpkgs/trunk/; revision=6894
This commit is contained in:
Eelco Dolstra 2006-10-28 22:07:25 +00:00
parent 0c0d30d248
commit f95a93197a

View file

@ -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