sip: update to 4.15.4 and add python3 support

This commit is contained in:
Song Wenwu
2014-01-08 16:06:08 +08:00
committed by Rok Garbas
parent 7ec465a5cc
commit 98d2f7ea45
3 changed files with 15 additions and 11 deletions

View File

@@ -121,6 +121,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
inherit python buildPythonPackage pygobject pycairo;
};
sip = import ../development/python-modules/sip {
inherit (pkgs) stdenv fetchurl;
inherit python;
};
# packages defined here
aafigure = buildPythonPackage rec {