pyxml: move to pythonPackages
This commit is contained in:
parent
885acea1dd
commit
b58f84f236
@ -9187,7 +9187,7 @@ let
|
||||
|
||||
pysideShiboken = pythonPackages.pysideShiboken;
|
||||
|
||||
pyxml = callPackage ../development/python-modules/pyxml { };
|
||||
pyxml = pythonPackages.pyxml;
|
||||
|
||||
rbtools = pythonPackages.rbtools;
|
||||
|
||||
|
@ -177,6 +177,8 @@ in modules // {
|
||||
|
||||
pysideTools = callPackage ../development/python-modules/pyside/tools.nix { };
|
||||
|
||||
pyxml = if !isPy3k then callPackage ../development/python-modules/pyxml{ } else throw "pyxml not supported for interpreter ${python.executable}";
|
||||
|
||||
sip = callPackage ../development/python-modules/sip { };
|
||||
|
||||
sip_4_16 = callPackage ../development/python-modules/sip/4.16.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user