python.pkgs.pyatspi: fix build
adds missing pkg-config
This commit is contained in:
@@ -10,9 +10,10 @@ buildPythonPackage rec {
|
||||
sha256 = "11g7dx21brfmi5vrq289cw983rydalx0cy91afv5gigyadsmyam2";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [
|
||||
at-spi2-core
|
||||
pkgconfig
|
||||
pygobject3
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user