Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

(cherry picked from commit 83dc28cae2982f6aaa507192a19aff3ef0ff2074)

authored by Alain Lehmann and committed by xeji 97aa2f36 a34a2d05

+4 -4
+4 -4
pkgs/development/python-modules/graph-tool/2.x.x.nix
··· 1 { stdenv, fetchurl, python, cairomm, sparsehash, pycairo, autoreconfHook, 2 pkgconfig, boost, expat, scipy, numpy, cgal, gmp, mpfr, lndir, 3 - gobjectIntrospection, pygobject3, gtk3, matplotlib, ncurses }: 4 5 - stdenv.mkDerivation rec { 6 version = "2.26"; 7 name = "${python.libPrefix}-graph-tool-${version}"; 8 - 9 - pythonModule = python; 10 11 meta = with stdenv.lib; { 12 description = "Python module for manipulation and statistical analysis of graphs";
··· 1 { stdenv, fetchurl, python, cairomm, sparsehash, pycairo, autoreconfHook, 2 pkgconfig, boost, expat, scipy, numpy, cgal, gmp, mpfr, lndir, 3 + gobjectIntrospection, pygobject3, gtk3, matplotlib, ncurses, 4 + buildPythonPackage }: 5 6 + buildPythonPackage rec { 7 + format = "other"; 8 version = "2.26"; 9 name = "${python.libPrefix}-graph-tool-${version}"; 10 11 meta = with stdenv.lib; { 12 description = "Python module for manipulation and statistical analysis of graphs";