mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
python.pkgs.dbus-python: fix build
adds missing pkg-config
This commit is contained in:
parent
9e9dc22c44
commit
9aad60b30f
@ -325,6 +325,7 @@ in {
|
||||
exchangelib = callPackage ../development/python-modules/exchangelib { };
|
||||
|
||||
dbus-python = callPackage ../development/python-modules/dbus {
|
||||
inherit (pkgs) pkgconfig;
|
||||
dbus = pkgs.dbus;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user