pyqt5: make it actually 5.4.2

This commit is contained in:
Kirill Elagin 2015-06-28 01:10:32 +03:00
parent 511fc648b5
commit 6209961810
2 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,10 @@ in stdenv.mkDerivation {
sha256 = "1402n5kwzd973b65avxk1j9js96wzfm0yw4rshjfy8l7an00bnac";
};
buildInputs = [ python pkgconfig makeWrapper lndir qt5 ];
buildInputs = [
python pkgconfig makeWrapper lndir
qt5.base qt5.svg qt5.webkit
];
propagatedBuildInputs = [ sip ];

View File

@ -171,7 +171,7 @@ let
pyqt5 = callPackage ../development/python-modules/pyqt/5.x.nix {
sip = self.sip_4_16;
pythonDBus = self.dbus;
qt5 = pkgs.qt53;
qt5 = pkgs.qt5;
};
sip = callPackage ../development/python-modules/sip { };