python.pkgs.pyatspi: fix build
adds missing pkg-config
This commit is contained in:
parent
5f9dd9b782
commit
19a93ec147
@ -10,9 +10,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "11g7dx21brfmi5vrq289cw983rydalx0cy91afv5gigyadsmyam2";
|
sha256 = "11g7dx21brfmi5vrq289cw983rydalx0cy91afv5gigyadsmyam2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
at-spi2-core
|
at-spi2-core
|
||||||
pkgconfig
|
|
||||||
pygobject3
|
pygobject3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -531,7 +531,9 @@ in {
|
|||||||
|
|
||||||
pyannotate = callPackage ../development/python-modules/pyannotate { };
|
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 { };
|
pyaxmlparser = callPackage ../development/python-modules/pyaxmlparser { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user