Fix macOS build

This commit is contained in:
Eelco Dolstra 2022-03-31 15:59:14 +02:00
parent 162beb2595
commit d7fc33c842

View file

@ -1918,7 +1918,7 @@ void LocalDerivationGoal::runChild()
sandboxProfile += "(import \"sandbox-defaults.sb\")\n";
if (derivationType.isImpure())
if (derivationType.needsNetworkAccess())
sandboxProfile += "(import \"sandbox-network.sb\")\n";
/* Add the output paths we'll use at build-time to the chroot */