forked from mirrors/nixpkgs
python*Packages.pyqt4: fix dbus support
- it's the pkgconfig confusion again: eb3f0aef43
#54306
- unfortunately the build succeeded silently with
> DBus v1 does not seem to be installed.
- pyqt5 uses correct pkgconfig due to using different callPackage
This commit is contained in:
parent
ff101946a8
commit
6ae1cc2e62
|
@ -662,6 +662,7 @@ in {
|
|||
|
||||
pyqt4 = callPackage ../development/python-modules/pyqt/4.x.nix {
|
||||
pythonPackages = self;
|
||||
inherit (pkgs) pkgconfig;
|
||||
};
|
||||
|
||||
pyqt5 = pkgs.libsForQt5.callPackage ../development/python-modules/pyqt/5.x.nix {
|
||||
|
|
Loading…
Reference in a new issue