Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at master 168 B view raw
1{ 2 toPythonModule, 3 pkgs, 4 python, 5}: 6toPythonModule ( 7 pkgs.nlopt.override { 8 withPython = true; 9 python3 = python; 10 python3Packages = python.pkgs; 11 } 12)