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 homepage = "https://github.com/myint/cppclean";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ nthorne ];
29 platforms = platforms.linux;