rhpl: call via pythonPackages

This commit is contained in:
Frederik Rietdijk 2016-03-13 17:02:41 -04:00
parent d72e824983
commit b843ef426c
2 changed files with 3 additions and 1 deletions

View file

@ -9470,7 +9470,7 @@ in
pyopenssl = pythonPackages.pyopenssl;
rhpl = callPackage ../development/python-modules/rhpl { };
rhpl = pythonPackages.rhpl;
pyqt4 = pythonPackages.pyqt4;

View file

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