python3.pkgs.graph-tool: 2.27 -> 2.29

The dependency 'pkg-config' was renamed and the two patches have since been
included or resolved.
This commit is contained in:
Michel Weitbrecht
2019-12-25 17:48:03 +01:00
committed by Lassulus
parent 88810a55bf
commit d38c4638ee
2 changed files with 5 additions and 21 deletions

View File

@@ -3408,7 +3408,7 @@ in {
wtf-peewee = callPackage ../development/python-modules/wtf-peewee { };
graph-tool = callPackage ../development/python-modules/graph-tool/2.x.x.nix {
inherit (pkgs) pkgconfig;
inherit (pkgs) pkg-config;
};
grappelli_safe = callPackage ../development/python-modules/grappelli_safe { };