python: Use clang-tools_17 as pypi follows the newest

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2024-03-01 18:03:44 -03:00 committed by adisbladis
parent b81b7cd45d
commit 297f7e359c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ python3
, zephyr-src
, pyproject-nix
, clang-tools
, clang-tools_17
, gitlint
, lib
}:
@ -11,7 +11,7 @@ let
self = python;
packageOverrides = self: super: {
# HACK: Zephyr uses pypi to install non-Python deps
clang-format = clang-tools;
clang-format = clang-tools_17;
inherit gitlint;
# HACK: Older Zephyr depends on these missing dependencies