3
0
Fork 0
forked from mirrors/nixpkgs

* Revert to Qt 4.4.3. 4.5.1 breaks KDE 4.2.2. See e.g.

http://rdieter.fedorapeople.org/qt451_oxygen_borkage-2.jpg
  and also https://bugs.kde.org/show_bug.cgi?id=190485
  ("You're not meant to use Qt 4.5.1 with KDE 4.2.2.").
  Apparently this will be fixed in Qt 4.5.2.

svn path=/nixpkgs/trunk/; revision=15330
This commit is contained in:
Eelco Dolstra 2009-04-27 09:25:48 +00:00
parent 3c05ea1a4b
commit 03844a3d9b

View file

@ -1,11 +1,11 @@
args: with args;
stdenv.mkDerivation {
name = "qt-4.5.1";
name = "qt-4.4.3";
src = fetchurl {
url = ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.5.1.tar.bz2;
sha256 = "b994c40e41386c9d82f025dd9198e1161717021216680adef97da3f1b8947c75";
url = ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.5.0.tar.bz2;
sha256 = "e1b356a54e65781ed94f19d785356a88daa8d38b9dbbca35439b80ca8c4a5be9";
};
setupHook = ./setup-hook.sh;