From 3244b07e04d58b5beca5539a7a4bd49d92877db4 Mon Sep 17 00:00:00 2001 From: Palmer Cox Date: Sat, 6 Jun 2026 21:37:09 -0400 Subject: [PATCH] conan: Fix on Darwin The problem is that the test test_qbsprofile_rcflags requires gcc to be available. But, gcc is not available on Darwin since Clang is used. I considered trying to patch the test - but, that felt like the wrong thing to do since we already have a number of tests that we are disabling for not being compatible with Darwin. --- pkgs/by-name/co/conan/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/co/conan/package.nix b/pkgs/by-name/co/conan/package.nix index 8d0bcbd356d2..3ca24edfab1e 100644 --- a/pkgs/by-name/co/conan/package.nix +++ b/pkgs/by-name/co/conan/package.nix @@ -99,6 +99,8 @@ python3Packages.buildPythonApplication (finalAttrs: { "test_xcrun" "test_xcrun_in_required_by_tool_requires" "test_xcrun_in_tool_requires" + # Requires gcc to run + "test_qbsprofile_rcflags" ]; disabledTestPaths = [