Loading pkgs/development/haskell-modules/configuration-darwin.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; }); Loading Loading
pkgs/development/haskell-modules/configuration-darwin.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; }); Loading