mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pyxml: move to pythonPackages
This commit is contained in:
parent
885acea1dd
commit
b58f84f236
2 changed files with 3 additions and 1 deletions
|
@ -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 a new issue