mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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,
|
||||
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/;
|
||||
|
Loading…
Reference in New Issue
Block a user