pyxml: move to pythonPackages

This commit is contained in:
Frederik Rietdijk 2016-02-16 22:52:33 +01:00
parent 885acea1dd
commit b58f84f236
2 changed files with 3 additions and 1 deletions

View file

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