1 { lib, castxml, fetchFromGitHub, buildPythonPackage,
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "02ip03s0vmp7czzflbvf7qnybibfrd0rzqbc5zfmq3zmpnck3hvm";
14 buildInputs = [ castxml llvmPackages.libcxxStdenv];
16 # running the suite is hard, needs to generate xml_generator.cfg
17 # but the format doesn't accept -isystem directives
21 homepage = "https://github.com/gccxml/pygccxml";
22 description = "Python package for easy C++ declarations navigation";
23 license = licenses.boost;
24 maintainers = with maintainers; [ teto ];