graph-tool: use buildPythonPackage with format = "other";
This commit is contained in:
parent
a842f0e905
commit
83dc28cae2
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, python, cairomm, sparsehash, pycairo, autoreconfHook,
|
{ stdenv, fetchurl, python, cairomm, sparsehash, pycairo, autoreconfHook,
|
||||||
pkgconfig, boost, expat, scipy, numpy, cgal, gmp, mpfr, lndir,
|
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";
|
version = "2.26";
|
||||||
name = "${python.libPrefix}-graph-tool-${version}";
|
name = "${python.libPrefix}-graph-tool-${version}";
|
||||||
|
|
||||||
pythonModule = python;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python module for manipulation and statistical analysis of graphs";
|
description = "Python module for manipulation and statistical analysis of graphs";
|
||||||
homepage = http://graph-tool.skewed.de/;
|
homepage = http://graph-tool.skewed.de/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user