python.pkgs.pyatspi: fix build
adds missing pkg-config
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user