mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
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";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [
|
||||
at-spi2-core
|
||||
pkgconfig
|
||||
pygobject3
|
||||
];
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user