diff options
Diffstat (limited to 'pkgs/by-name/co/codechecker/package.nix')
| -rw-r--r-- | pkgs/by-name/co/codechecker/package.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/by-name/co/codechecker/package.nix b/pkgs/by-name/co/codechecker/package.nix index f09011e8e68b..110f262805ca 100644 --- a/pkgs/by-name/co/codechecker/package.nix +++ b/pkgs/by-name/co/codechecker/package.nix @@ -68,6 +68,7 @@ python3Packages.buildPythonApplication rec { ]; propagatedBuildInputs = with python3Packages; [ + distutils # required in python312 to call subcommands (see https://github.com/Ericsson/codechecker/issues/4350) lxml sqlalchemy alembic @@ -122,6 +123,6 @@ python3Packages.buildPythonApplication rec { felixsinger ]; mainProgram = "CodeChecker"; - platforms = platforms.linux; + platforms = platforms.darwin ++ platforms.linux; }; } |
