Loading pkgs/development/web/nodejs/nodejs.nix +2 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,8 @@ let "test-cluster-dgram-1" "test/sequential/test-http-server-request-timeouts-mixed.js" ] # This is failing on newer macOS versions, no fix has yet been provided upstream: ++ lib.optional (majorVersion == "24" && stdenv.buildPlatform.isDarwin) "test-cluster-dgram-1" ) }" ]; Loading Loading
pkgs/development/web/nodejs/nodejs.nix +2 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,8 @@ let "test-cluster-dgram-1" "test/sequential/test-http-server-request-timeouts-mixed.js" ] # This is failing on newer macOS versions, no fix has yet been provided upstream: ++ lib.optional (majorVersion == "24" && stdenv.buildPlatform.isDarwin) "test-cluster-dgram-1" ) }" ]; Loading