From a0b84ca90b3ce1d41a0a619d1d234d67c4d4fcb6 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 20 Jan 2026 21:56:31 +0200 Subject: [PATCH] thrift: fix build on darwin --- pkgs/by-name/th/thrift/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/th/thrift/package.nix b/pkgs/by-name/th/thrift/package.nix index ee51e31264e6..319c2413d96a 100644 --- a/pkgs/by-name/th/thrift/package.nix +++ b/pkgs/by-name/th/thrift/package.nix @@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: { # Tests that hang up in the Darwin sandbox "SecurityTest" "SecurityFromBufferTest" + "PythonThriftTNonblockingServer" # fails on hydra, passes locally "concurrency_test" @@ -94,6 +95,7 @@ stdenv.mkDerivation (finalAttrs: { "TInterruptTest" "TServerIntegrationTest" "processor" + "processor_test" "TNonblockingServerTest" "TNonblockingSSLServerTest" "StressTest"