mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python.pkgs.dbus-python: fix build
adds missing pkg-config
This commit is contained in:
parent
9e9dc22c44
commit
9aad60b30f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue