Merge pull request #13057 from FRidh/pyxml
pyxml: move to pythonPackages
This commit is contained in:
commit
ef3757db63
@ -9226,7 +9226,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