1 { lib, fetchFromGitHub, python3Packages }:
5 buildPythonApplication rec {
9 src = fetchFromGitHub {
13 sha256 = "081bw7kkl7mh3vwyrmdfrk3fgq8k5laacx7hz8fjpchrvdrkqph0";
25 description = "Finds problems in C++ source that slow development of large code bases";
26 mainProgram = "cppclean";
27 homepage = "https://github.com/myint/cppclean";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ nthorne ];
30 platforms = platforms.linux;