1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

nix: let's install clang instead of clang-tools

clang package will install clang-format v7 which is the same
as we use in the docker container

installing clang-tools will install clang-format v9 which has
different formatting rules
This commit is contained in:
Pavol Rusnak 2019-10-18 17:30:45 +00:00
parent b530e7c105
commit bcf20363eb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation {
SDL2_image
autoflake
check
clang-tools
clang
gcc
gnumake
graphviz