1 2 3 4 5 6 7 8 9 10 11 12
{ toPythonModule, pkgs, python, }: toPythonModule ( pkgs.nlopt.override { withPython = true; python3 = python; python3Packages = python.pkgs; } )