python.pkgs.pyatspi: fix build

adds missing pkg-config
This commit is contained in:
worldofpeace
2019-01-18 02:16:23 -05:00
parent 5f9dd9b782
commit 19a93ec147
2 changed files with 5 additions and 2 deletions

View File

@@ -531,7 +531,9 @@ in {
pyannotate = callPackage ../development/python-modules/pyannotate { };
pyatspi = callPackage ../development/python-modules/pyatspi { };
pyatspi = callPackage ../development/python-modules/pyatspi {
inherit (pkgs) pkgconfig;
};
pyaxmlparser = callPackage ../development/python-modules/pyaxmlparser { };