* Revert PyQt and sip because the upgrade breaks KDE, but use

tarballs on nixos.org.

svn path=/nixpkgs/trunk/; revision=26164
This commit is contained in:
Eelco Dolstra
2011-03-04 19:57:52 +00:00
parent 3d50c7c0d7
commit bf8e36dd4f
2 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, python }:
stdenv.mkDerivation rec {
name = "sip-4.12.1";
name = "sip-4.11.2";
src = fetchurl {
url = "http://www.riverbankcomputing.co.uk/static/Downloads/sip4/${name}.tar.gz";
sha256 = "1dc16f8m52qc824ksvyfhkdmsjbxyq82g5dr2xn8x9f26246xmp9";
url = "http://nixos.org/tarballs/${name}.tar.gz";
sha256 = "0g1pj203m491rhy111ayr4k4lsbcqd8sa1np503xv94a90b05l6f";
};
configurePhase = "python ./configure.py -d $out/lib/${python.libPrefix}/site-packages -b $out/bin -e $out/include";