rhpl: call via pythonPackages

This commit is contained in:
Frederik Rietdijk
2016-04-23 14:32:26 +02:00
parent d72e824983
commit b843ef426c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -9470,7 +9470,7 @@ in
pyopenssl = pythonPackages.pyopenssl;
rhpl = callPackage ../development/python-modules/rhpl { };
rhpl = pythonPackages.rhpl;
pyqt4 = pythonPackages.pyqt4;
+2
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 { };