kde4(10).pykde4: fix build via downgrading sip and pyqt4

Cf. 501008ad6f (commitcomment-5080684)
This commit is contained in:
Vladimír Čunát
2014-01-16 08:56:08 +01:00
parent 3452f807d4
commit 15a19994c9
2 changed files with 9 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, python }:
stdenv.mkDerivation rec {
name = "sip-4.15.4";
name = "sip-4.14.7"; # kde410.pykde4 doesn't build with 4.15
src = fetchurl {
url = "mirror://sourceforge/pyqt/sip/${name}/${name}.tar.gz";
sha256 = "0a12lmqkf342yg42ygnjm1fyldcx9pzhy7z68p4ms4ydfcl78jsr";
sha256 = "1dv1sdwfmnq481v80k2951amzs9s87d4qhk0hpwrhb1sllh92rh5";
};
configurePhase = stdenv.lib.optionalString stdenv.isDarwin ''