spacecookie: enable networking on darwin

+4
+4
pkgs/development/haskell-modules/configuration-darwin.nix
··· 20 20 __darwinAllowLocalNetworking = true; 21 21 }); 22 22 23 + spacecookie = super.spacecookie.overrideAttrs (_: { 24 + __darwinAllowLocalNetworking = true; 25 + }); 26 + 23 27 streaming-commons = super.streaming-commons.overrideAttrs (_: { 24 28 __darwinAllowLocalNetworking = true; 25 29 });