Loading pkgs/development/python-modules/graph-tool/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ cairomm, cgal, expat, fontconfig, gobject-introspection, gtk3, llvmPackages, Loading Loading @@ -99,7 +100,14 @@ buildPythonPackage rec { propagatedNativeBuildInputs = [ gobject-introspection ]; pythonImportsCheck = [ "graph_tool" ]; preInstallCheck = # avoid warnings about Matplotlib and Fontconfig configuration issues '' export HOME=$(mktemp -d) export FONTCONFIG_FILE=${fontconfig.out}/etc/fonts/fonts.conf ''; pythonImportsCheck = [ "graph_tool.all" ]; passthru.updateScript = gitUpdater { url = "https://git.skewed.de/count0/graph-tool"; Loading Loading
pkgs/development/python-modules/graph-tool/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ cairomm, cgal, expat, fontconfig, gobject-introspection, gtk3, llvmPackages, Loading Loading @@ -99,7 +100,14 @@ buildPythonPackage rec { propagatedNativeBuildInputs = [ gobject-introspection ]; pythonImportsCheck = [ "graph_tool" ]; preInstallCheck = # avoid warnings about Matplotlib and Fontconfig configuration issues '' export HOME=$(mktemp -d) export FONTCONFIG_FILE=${fontconfig.out}/etc/fonts/fonts.conf ''; pythonImportsCheck = [ "graph_tool.all" ]; passthru.updateScript = gitUpdater { url = "https://git.skewed.de/count0/graph-tool"; Loading