mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
fetchdarcs: don’t use the inaccessible cache in the sandox
This commit is contained in:
@@ -20,7 +20,7 @@ set -o noglob
|
||||
success=
|
||||
for repository in $repositories; do
|
||||
echo "Trying to clone $repository $tagtext into $out …"
|
||||
if darcs clone --lazy $tagflags "$repository" "$out"; then
|
||||
if darcs clone --lazy --no-cache $tagflags "$repository" "$out"; then
|
||||
# remove metadata, because it can change
|
||||
rm -rf "$out/_darcs"
|
||||
success=1
|
||||
|
||||
Reference in New Issue
Block a user