about summary refs log tree commit diff
path: root/pkgs/by-name/co/controku/package.nix
blob: a52d2e326464888ef4890c9c1f7a6207a51ccb70 (plain) (blame)
1
2
3
4
{ python3Packages
}:

with python3Packages; toPythonApplication (controku.override { buildApplication = true; })