SIP 4.10 and PyQt 4.7 are now the default versions
svn path=/nixpkgs/trunk/; revision=21179
This commit is contained in:
parent
3fd8596707
commit
fb6e817495
@ -213,7 +213,8 @@ rec {
|
|||||||
inherit (pkgs) rpm cpio wirelesstools gettext;
|
inherit (pkgs) rpm cpio wirelesstools gettext;
|
||||||
};
|
};
|
||||||
|
|
||||||
sip = b.sip48;
|
sip = b.sip410;
|
||||||
|
|
||||||
sip48 = import ./python-sip {
|
sip48 = import ./python-sip {
|
||||||
inherit stdenv fetchurl python;
|
inherit stdenv fetchurl python;
|
||||||
};
|
};
|
||||||
@ -222,7 +223,7 @@ rec {
|
|||||||
inherit stdenv fetchurl python;
|
inherit stdenv fetchurl python;
|
||||||
};
|
};
|
||||||
|
|
||||||
pyqt4 = b.pyqt45;
|
pyqt4 = b.pyqt47;
|
||||||
|
|
||||||
pyqt45 = import ./pyqt/4.5.nix {
|
pyqt45 = import ./pyqt/4.5.nix {
|
||||||
inherit stdenv fetchurl python;
|
inherit stdenv fetchurl python;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user