1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Use qt-4.8 by default

svn path=/nixpkgs/branches/stdenv-updates/; revision=31596
This commit is contained in:
Yury G. Kudryashov 2012-01-16 17:39:40 +00:00
parent 0c79434ccb
commit bd7fe12cef

View file

@ -1,4 +1,4 @@
{ callPackage, callPackageOrig, stdenv, qt47 }:
{ callPackage, callPackageOrig, stdenv, qt48 }:
let
release = "4.7.4";
@ -44,7 +44,7 @@ kde.modules // kde.individual //
akonadi = callPackage ./support/akonadi { };
qt4 = qt47;
qt4 = qt48;
kdebase_workspace = kde.modules.kde_workspace;