Loading pkgs/development/haskell-modules/configuration-darwin.nix +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ self: super: __darwinAllowLocalNetworking = true; }); spacecookie = super.spacecookie.overrideAttrs (_: { __darwinAllowLocalNetworking = true; }); streaming-commons = super.streaming-commons.overrideAttrs (_: { __darwinAllowLocalNetworking = true; }); Loading Loading
pkgs/development/haskell-modules/configuration-darwin.nix +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ self: super: __darwinAllowLocalNetworking = true; }); spacecookie = super.spacecookie.overrideAttrs (_: { __darwinAllowLocalNetworking = true; }); streaming-commons = super.streaming-commons.overrideAttrs (_: { __darwinAllowLocalNetworking = true; }); Loading