Merge pull request #13057 from FRidh/pyxml

pyxml: move to pythonPackages
This commit is contained in:
Frederik Rietdijk 2016-02-16 22:53:27 +01:00
commit ef3757db63
2 changed files with 3 additions and 1 deletions

View File

@ -9226,7 +9226,7 @@ let
pysideShiboken = pythonPackages.pysideShiboken;
pyxml = callPackage ../development/python-modules/pyxml { };
pyxml = pythonPackages.pyxml;
rbtools = pythonPackages.rbtools;

View File

@ -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 { };