python3Packages.nlopt: init

This commit is contained in:
Benjamin Sparks 2025-03-23 23:36:32 +01:00
parent 434e07601e
commit 9d2808a318
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
toPythonModule,
pkgs,
}:
toPythonModule (pkgs.nlopt.override { withPython = true; })

View File

@ -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 { };