mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
rhpl: call via pythonPackages
This commit is contained in:
parent
d72e824983
commit
b843ef426c
@ -9470,7 +9470,7 @@ in
|
|||||||
|
|
||||||
pyopenssl = pythonPackages.pyopenssl;
|
pyopenssl = pythonPackages.pyopenssl;
|
||||||
|
|
||||||
rhpl = callPackage ../development/python-modules/rhpl { };
|
rhpl = pythonPackages.rhpl;
|
||||||
|
|
||||||
pyqt4 = pythonPackages.pyqt4;
|
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}";
|
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 = callPackage ../development/python-modules/sip { };
|
||||||
|
|
||||||
sip_4_16 = callPackage ../development/python-modules/sip/4.16.nix { };
|
sip_4_16 = callPackage ../development/python-modules/sip/4.16.nix { };
|
||||||
|
Loading…
Reference in New Issue
Block a user