12 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 sha256 = "0qricdgqzry7j3rmgwyd43av3c2kxpzkh6f9zcqbzrjkn78qbpd4";
25 substituteInPlace tests/data/multiple_commands_oneline.txt \
26 --replace /bin/echo ${coreutils}/bin/echo
29 checkInputs = [ pytest gcc coreutils ];
30 propagatedBuildInputs = [ click bashlex shutilwhich ];
37 description = "Tool for generating Clang's JSON Compilation Database files";
38 license = licenses.gpl3;
39 homepage = "https://github.com/nickdiego/compiledb";
40 maintainers = with maintainers; [ multun ];