cppcheck: move to pkgs/by-name

This commit is contained in:
Pavel Sobolev
2024-06-26 22:05:13 +02:00
committed by Bjørn Forsman
parent b5af504a3d
commit 6b36d73885
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -18317,8 +18317,6 @@ with pkgs;
cov-build = callPackage ../development/tools/analysis/cov-build { };
cppcheck = callPackage ../development/tools/analysis/cppcheck { };
cpplint = callPackage ../development/tools/analysis/cpplint { };
credstash = with python3Packages; toPythonApplication credstash;