3
0
Fork 0
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:
Vladimír Čunát 2019-02-09 10:03:49 +01:00
parent ff101946a8
commit 6ae1cc2e62
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 {