11 , gobject-introspection
24 buildPythonPackage rec {
30 url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
31 hash = "sha256-+S2nrM/aArKXke/k8LPtkzKfJyMq9NOvwHySQh7Ghmg=";
35 "--with-python-module-path=$(out)/${python.sitePackages}"
36 "--with-boost-libdir=${boost}/lib"
37 "--with-expat=${expat}"
42 enableParallelBuilding = true;
49 # https://git.skewed.de/count0/graph-tool/-/wikis/installation-instructions#manual-compilation
50 propagatedBuildInputs = [
68 description = "Python module for manipulation and statistical analysis of graphs";
69 homepage = "https://graph-tool.skewed.de";
70 license = licenses.lgpl3Plus;
71 maintainers = with maintainers; [ ];