haskellPackages.streaming-commons: Fix sandboxed build on Darwin

This commit is contained in:
Alex Wied 2022-08-24 23:22:45 -04:00
parent 517fa0d808
commit da501f8808

View file

@ -18,6 +18,10 @@ self: super: ({
__darwinAllowLocalNetworking = true;
});
streaming-commons = super.streaming-commons.overrideAttrs (_: {
__darwinAllowLocalNetworking = true;
});
halive = addBuildDepend darwin.apple_sdk.frameworks.AppKit super.halive;
# Hakyll's tests are broken on Darwin (3 failures); and they require util-linux