pythonPackages.nlopt: respect current python interpreter (#448382)
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
{
|
||||
toPythonModule,
|
||||
pkgs,
|
||||
python,
|
||||
}:
|
||||
toPythonModule (pkgs.nlopt.override { withPython = true; })
|
||||
toPythonModule (
|
||||
pkgs.nlopt.override {
|
||||
withPython = true;
|
||||
python3 = python;
|
||||
python3Packages = python.pkgs;
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user