python: Use clang-tools_17 as pypi follows the newest
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
b81b7cd45d
commit
297f7e359c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue