6 buildPythonPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "0k52qyxzdngdhyn4sya2qn1w1a4ll0mcla4h4gb1v91fk4lw25dm";
15 fetchSubmodules = true;
19 homepage = "https://github.com/ned14/pcpp";
20 description = "A C99 preprocessor written in pure Python";
21 license = licenses.bsd0;
22 maintainers = with maintainers; [ rakesh4g ];