spacecookie: enable networking on darwin

This commit is contained in:
sternenseemann
2025-05-03 19:24:09 +02:00
parent 772f418aa5
commit 972da78368
@@ -20,6 +20,10 @@ self: super:
__darwinAllowLocalNetworking = true;
});
spacecookie = super.spacecookie.overrideAttrs (_: {
__darwinAllowLocalNetworking = true;
});
streaming-commons = super.streaming-commons.overrideAttrs (_: {
__darwinAllowLocalNetworking = true;
});