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
pull/635/head
Pavol Rusnak 5 years ago
parent b530e7c105
commit bcf20363eb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

Loading…
Cancel
Save