python3Packages.nlopt: init
This commit is contained in:
parent
434e07601e
commit
9d2808a318
5
pkgs/development/python-modules/nlopt/default.nix
Normal file
5
pkgs/development/python-modules/nlopt/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
toPythonModule,
|
||||
pkgs,
|
||||
}:
|
||||
toPythonModule (pkgs.nlopt.override { withPython = true; })
|
||||
@ -10547,6 +10547,8 @@ self: super: with self; {
|
||||
|
||||
nkdfu = callPackage ../development/python-modules/nkdfu { };
|
||||
|
||||
nlopt = callPackage ../development/python-modules/nlopt { };
|
||||
|
||||
nlpcloud = callPackage ../development/python-modules/nlpcloud { };
|
||||
|
||||
nlpo3 = callPackage ../development/python-modules/nlpo3 { };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user