curlMinimal: allow local networking on Darwin
Makes tests pass on 8.12.0 Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
@@ -181,6 +181,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
rm tests/data/test1592
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
postInstall = ''
|
||||
moveToOutput bin/curl-config "$dev"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user