python-PyQt: 5.6 -> 5.8

This commit is contained in:
Nick Hu 2017-03-04 13:12:44 +00:00 committed by Nikolay Amiantov
parent 0a3b7f994e
commit e7a432db1e
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
, lndir, makeWrapper, qmakeHook }:
let
version = "5.6";
version = "5.8";
inherit (pythonPackages) mkPythonDerivation python dbus-python sip;
in mkPythonDerivation {
name = "PyQt-${version}";
@ -17,7 +17,7 @@ in mkPythonDerivation {
src = fetchurl {
url = "mirror://sourceforge/pyqt/PyQt5/PyQt-${version}/PyQt5_gpl-${version}.tar.gz";
sha256 = "1qgh42zsr9jppl9k7fcdbhxcd1wrb7wyaj9lng9nxfa19in1lj1f";
sha256 = "9edf2816105a4111a447452df2bef7ce47d7efb307c75c3e74c27b8d31d7f66e";
};
buildInputs = [

View File

@ -318,7 +318,7 @@ in {
pythonPackages = self;
};
pyqt5 = pkgs.qt5.callPackage ../development/python-modules/pyqt/5.x.nix {
pyqt5 = pkgs.libsForQt5.callPackage ../development/python-modules/pyqt/5.x.nix {
pythonPackages = self;
};