Commit a233133b authored by tarc's avatar tarc Committed by Bjørn Forsman
Browse files

conan: add xcrun to nativeCheckInputs on darwin

Add xcbuild.xcrun dependency to nativeCheckInputs of the conan package to fix a building failure on Darwin.

Fixes #271115
parent 073a55f2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, fetchFromGitHub
, git
, pkg-config
, xcbuild
, python3
, zlib
}:
@@ -49,6 +50,8 @@ python3.pkgs.buildPythonApplication rec {
    git
    pkg-config
    zlib
  ] ++ lib.optionals (stdenv.isDarwin) [
    xcbuild.xcrun
  ] ++ (with python3.pkgs; [
    mock
    parameterized