rhpl: call via pythonPackages
This commit is contained in:
parent
d72e824983
commit
b843ef426c
2 changed files with 3 additions and 1 deletions
|
@ -9470,7 +9470,7 @@ in
|
|||
|
||||
pyopenssl = pythonPackages.pyopenssl;
|
||||
|
||||
rhpl = callPackage ../development/python-modules/rhpl { };
|
||||
rhpl = pythonPackages.rhpl;
|
||||
|
||||
pyqt4 = pythonPackages.pyqt4;
|
||||
|
||||
|
|
|
@ -187,6 +187,8 @@ in modules // {
|
|||
|
||||
pyxml = if !isPy3k then callPackage ../development/python-modules/pyxml{ } else throw "pyxml not supported for interpreter ${python.executable}";
|
||||
|
||||
rhpl = if !isPy3k then callPackage ../development/python-modules/rhpl {} else throw "rhpl 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