python.pkgs.dbus-python: fix build

adds missing pkg-config
This commit is contained in:
worldofpeace 2019-01-18 00:08:40 -05:00
parent 9e9dc22c44
commit 9aad60b30f

View file

@ -325,6 +325,7 @@ in {
exchangelib = callPackage ../development/python-modules/exchangelib { };
dbus-python = callPackage ../development/python-modules/dbus {
inherit (pkgs) pkgconfig;
dbus = pkgs.dbus;
};