mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
0d7a1fd3fd
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
5 lines
113 B
Nix
5 lines
113 B
Nix
{ python3Packages
|
|
}:
|
|
|
|
with python3Packages; toPythonApplication (controku.override { buildApplication = true; })
|