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

SIP 4.10 and PyQt 4.7 are now the default versions

svn path=/nixpkgs/trunk/; revision=21179
This commit is contained in:
Sander van der Burg 2010-04-20 09:36:57 +00:00
parent 3fd8596707
commit fb6e817495

View file

@ -213,7 +213,8 @@ rec {
inherit (pkgs) rpm cpio wirelesstools gettext;
};
sip = b.sip48;
sip = b.sip410;
sip48 = import ./python-sip {
inherit stdenv fetchurl python;
};
@ -222,7 +223,7 @@ rec {
inherit stdenv fetchurl python;
};
pyqt4 = b.pyqt45;
pyqt4 = b.pyqt47;
pyqt45 = import ./pyqt/4.5.nix {
inherit stdenv fetchurl python;