mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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;
|
||||
};
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue