mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
* Use passive FTP in wget.
This commit is contained in:
parent
e78f753aa8
commit
563afb7fcc
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ if test -f "$prefetch"; then
|
|||
echo "using prefetched $prefetch";
|
||||
mv $prefetch $out || exit 1
|
||||
else
|
||||
@wget@ "$url" -O "$out" || exit 1
|
||||
@wget@ --passive-ftp "$url" -O "$out" || exit 1
|
||||
fi
|
||||
|
||||
actual=$(@bindir@/nix-hash --flat $out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue