python.pkgs.dbus: use pkgs.pkgconfig

This commit is contained in:
Robert Schütz 2019-01-18 01:09:30 +01:00 committed by Frederik Rietdijk
parent 5c9693ec68
commit 25a3537244
1 changed files with 1 additions and 2 deletions

View File

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