pyatspi: call via pythonPackages

This commit is contained in:
Frederik Rietdijk
2016-03-13 16:39:07 -04:00
parent 1e68008503
commit bb13afea6c
3 changed files with 10 additions and 3 deletions

View File

@@ -140,6 +140,8 @@ in modules // {
plantuml = callPackage ../tools/misc/plantuml { };
pyatspi = if isPy3k then callPackage ../development/python-modules/pyatspi { } else throw "pyatspi not supported for interpreter ${python.executable}";
pycairo = callPackage ../development/python-modules/pycairo {
};