Downgraded PyQt 4.5.4, since it breaks KDE. Changed download location

svn path=/nixpkgs/trunk/; revision=17567
This commit is contained in:
Sander van der Burg 2009-10-01 11:43:38 +00:00
parent bc1d0a2ba0
commit 78f31f1e30

View File

@ -3,8 +3,8 @@
stdenv.mkDerivation {
name = "pyqt-x11-gpl-4.6";
src = fetchurl {
url = http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.6.tar.gz;
sha256 = "0an7fadypsz4wyrss4f6ysb6gjgl3ygrchx94vbnc146jpfy7p19";
url = http://pyqwt.sourceforge.net/support/PyQt-x11-gpl-4.5.4.tar.gz; # Not downloading from riverbank, since they remove older releases
sha256 = "1a55zng6yhnbk5swc02bkbyccdgf0f0v94yxk9v5a43hv9xnrl5k";
};
configurePhase = "python ./configure.py --confirm-license -b $out/bin -d $out/lib/python2.5/site-packages -v $out/share/sip -p $out/plugins";
buildInputs = [ python sip qt4 ];