Unverified Commit 5f961513 authored by maralorn's avatar maralorn Committed by GitHub
Browse files

haskellPackages.warp: fix tests on darwin with sandbox (#352778)

parents 30bae674 d2b766c1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -331,6 +331,10 @@ self: super: ({
  # Tests fail on macOS https://github.com/mrkkrp/zip/issues/112
  zip = dontCheck super.zip;

  snap = super.snap.overrideAttrs (drv: {
    __darwinAllowLocalNetworking = true;
  });

  warp = super.warp.overrideAttrs (drv: {
    __darwinAllowLocalNetworking = true;
  });