mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-26 09:50:19 +00:00
6 lines
91 B
Nix
6 lines
91 B
Nix
{
|
|
toPythonModule,
|
|
pkgs,
|
|
}:
|
|
toPythonModule (pkgs.nlopt.override { withPython = true; })
|