about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-darwin.nix
diff options
context:
space:
mode:
authorAlex Wied <centromere@users.noreply.github.com>2022-08-24 23:22:45 -0400
committerAlex Wied <centromere@users.noreply.github.com>2022-08-25 00:53:59 -0400
commitda501f8808fe057915ab07af527589367b30cdfd (patch)
treea130e0ff86eb3969fdd41036a9ec21fd7718fe89 /pkgs/development/haskell-modules/configuration-darwin.nix
parent517fa0d80803b0910c9be9917472f2c2fdad2e0d (diff)
haskellPackages.streaming-commons: Fix sandboxed build on Darwin
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-darwin.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index fd632ee81f829..2ebfdb4a8841e 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -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