mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
fetchurl: remove unpaired call to `stopNest'
Fixes #27406.
Commit 5d4efb2c81
added an assertion to `stopNest'
which requires it be correctly paired with `startNest'. `fetchurl' calls
`stopNest', but never calls `startNest'; the former calls are removed.
This commit is contained in:
parent
baad413416
commit
c25199f697
@ -39,7 +39,6 @@ tryDownload() {
|
||||
curlexit=$?;
|
||||
fi
|
||||
done
|
||||
stopNest
|
||||
}
|
||||
|
||||
|
||||
@ -51,7 +50,6 @@ finish() {
|
||||
fi
|
||||
|
||||
runHook postFetch
|
||||
stopNest
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user