sip: update to 4.15.4 and add python3 support
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user