python.pkgs.pydot: hardcode path to graphviz's bin/

This commit is contained in:
Robert Schütz
2018-12-19 15:41:10 +01:00
parent 2357d57e94
commit d034fb8478
3 changed files with 41 additions and 5 deletions

View File

@@ -3514,7 +3514,9 @@ in {
pydispatcher = callPackage ../development/python-modules/pydispatcher { };
pydot = callPackage ../development/python-modules/pydot { };
pydot = callPackage ../development/python-modules/pydot {
inherit (pkgs) graphviz;
};
pydot_ng = callPackage ../development/python-modules/pydot_ng { };