graph-tool: use buildPythonPackage with format = "other";

This commit is contained in:
Alain Lehmann 2018-02-12 21:33:14 +01:00
parent a842f0e905
commit 83dc28cae2

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, python, cairomm, sparsehash, pycairo, autoreconfHook,
pkgconfig, boost, expat, scipy, numpy, cgal, gmp, mpfr, lndir,
gobjectIntrospection, pygobject3, gtk3, matplotlib, ncurses }:
gobjectIntrospection, pygobject3, gtk3, matplotlib, ncurses,
buildPythonPackage }:
stdenv.mkDerivation rec {
buildPythonPackage rec {
format = "other";
version = "2.26";
name = "${python.libPrefix}-graph-tool-${version}";
pythonModule = python;
meta = with stdenv.lib; {
description = "Python module for manipulation and statistical analysis of graphs";
homepage = http://graph-tool.skewed.de/;